Update README.md

This commit is contained in:
Taylor Bryant 2017-11-08 20:09:42 -06:00 committed by GitHub
parent ccbee1ddb9
commit 3bae043728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 2 deletions

View File

@ -1,2 +1,16 @@
# tailwind-jekyll # Tailwind Jekyll Starter Kit
A starter kit for using Jekyll with Tailwind A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https://jekyllrb.com/) that includes:
* A barebones Jekyll starter theme
* A Gulp file with a default task that does the following:
* Builds Tailwind
* Runs Autoprefixer
* Minifies your CSS
* Runs `jekyll serve`
* Runs BrowserSync (preview your site at `localhost:4000`)
## What is Tailwind?
>"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." [Tailwind](https://tailwindcss.com)
## What is Jekyll?
>"Jekyll is a simple, blog-aware, static site generator perfect for personal, project, or organization sites. Think of it like a file-based CMS, without all the complexity. Jekyll takes your content, renders Markdown and Liquid templates, and spits out a complete, static website ready to be served by Apache, Nginx or another web server. Jekyll is the engine behind GitHub Pages, which you can use to host sites right from your GitHub repositories." [Jekyll](https://jekyllrb.com/)