Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skatkov/jekyll-tailwind-cli-template

Integrating tailwind css and heroicons into Jekyll, without any javascript bundlers.
https://github.com/skatkov/jekyll-tailwind-cli-template

heroicons jekyll tailwind

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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:
- [jekyll-tailwind](https://github.com/crbelaus/jekyll-tailwind)
- [jekyll-heroicons](https://github.com/skatkov/jekyll-heroicons)

## 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!