Minimal Jekyll and Tailwind CSS starter repo without long live-reload render times.
You want to run jekyll new your-site --blank
and add
Tailwind CSS yourself, right?
Don’t.
Fork this repo instead.
Responsive demo (resize your window and watch it adjust)
Check out the accompanying blog post for more.
git clone [email protected]:stefcoetzee/jekyll-tailwind your-site
cd your-site
bin/setup
# Start a live-reload server at http://localhost:4000
bin/start
Note: Delete .site
and it’s contents to see the production build output.
bin/build-prod
Thanks to @joemasilotti for sharing his build scripts here.
Say hi @stef_coetzee!