jekyll-tailwind-cli-template

jekyll-tailwind-cli-template

Integrating tailwind css and heroicons into Jekyll, without any javascript bundlers.

Jekyll Tailwind CLI Template

Jekyll template project that shows how to start Tailwind CSS based website.

In rails there are a lot of talks about no-build/simplified frontends. But most guides for Jekyll suggest to use javascript bundler to integrate with Tailwind CSS. This feels like an overkill.

This template demonstrate how to do builder a tailwindcss website without dependency on javascript bundler. I have worked on couple of gems to enable that:

Getting started

  1. bundle install
  2. jekyll s --watch
  3. Open localhost:4000

Modify _config.yml file and start hacking on you're new website.

Contribute

Everyone is welcome!