A dead simple, comprehensive Jekyll boilerpalte styling with Tailwind CSS.
- Integrated with Tailwind CSS v2.2+, including PostCSS, PurgeCSS
- Compatiable with Mordern Browsers except IE 11+
- Syntax Highlighting with Typography
- Commenting support powered by Disqus
- Optimized for search engines.
- Support Google Analytics
- Latex syntax through Mathjax
- Styling as simple as possible
- Features as many as possible
- Support modern browsers only
- Easy to develop/refactor based on it
# Pull down Jekyll Tailwindcss Starter
git clone https://github.com/shenlu89/jekyll-tailwindcss-starter.git
# Get into the folder
cd jekyll-tailwindcss-starter
# Install node dependencies
yarn
# Generate main.css via tailwindcss
yarn css:build
# Preview the website
yarn jekyll:serve
You want to help? Welcome to contribute:
- Create an issue with some constructive criticism
- Fork it ( http://github.com/shenlu89/jekyll-tailwindcss-starter/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request