Barebone minimal jekyll starter with tailwind css
This project uses jekyll-postcss to manage compiling your Tailwind. You can use any PostCSS plugin by installing it with yarn
or npm
and adding it to your postcss.config.js
.
jekyll-purgecss is used to integrate Purgecss (only in production).
bundle exec jekyll serve
JEKYLL_ENV=production bundle exec jekyll build
Once you configure the following files, run:
$ bundle install
$ yarn install