Home

Awesome

Jekyll Tailwindcss Starter

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

Features

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