muhfaris / starter-jekyll-tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll with Tailwind CSS

Setup Jekyll with Tailwind CSS with PostCSS and PurgeCSS (no webpack involved)

The step by step explanation is available in my blog.

Quick setup

bundle install # Install Ruby gems
npm install # Install npm dependencies
npm run dev # Compile jekyll site and run PostCSS

Build for production

npm run build # Complie jekyll site and run PostCSS as production

About

License:MIT License


Languages

Language:JavaScript 48.1%Language:HTML 38.5%Language:Ruby 9.1%Language:SCSS 4.3%