shenlu89 / jekyll-tailwindcss-starter

A dead simple, comprehensive Jekyll boilerpalte styling with Tailwind CSS.

Home Page:https://shenlu89.github.io/jekyll-tailwindcss-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll Tailwindcss Starter

A dead simple, comprehensive Jekyll boilerpalte styling with Tailwind CSS.

Features

  • 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

Philosophy

  1. Styling as simple as possible
  2. Features as many as possible
  3. Support modern browsers only
  4. Easy to develop/refactor based on it

Requirements

Install && Usage

# 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

Contributing

You want to help? Welcome to contribute:

  1. Create an issue with some constructive criticism
  2. Fork it ( http://github.com/shenlu89/jekyll-tailwindcss-starter/fork )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

MIT

About

A dead simple, comprehensive Jekyll boilerpalte styling with Tailwind CSS.

https://shenlu89.github.io/jekyll-tailwindcss-starter/

License:MIT License


Languages

Language:CSS 43.2%Language:HTML 29.1%Language:JavaScript 17.7%Language:Ruby 10.0%