Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skatkov/jekyll-tailwind-cli-template
- Owner: skatkov
- Created: 2024-09-10T15:37:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T17:09:30.000Z (3 months ago)
- Last Synced: 2024-11-08T00:13:31.380Z (about 2 months ago)
- Topics: heroicons, jekyll, tailwind
- Language: HTML
- Homepage:
- Size: 17.9 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:4000Modify `_config.yml` file and start hacking on you're new website.
## Contribute
Everyone is welcome!