From 3bae0437288089fa332e28747fabb91fc654ffc4 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Wed, 8 Nov 2017 20:09:42 -0600 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3747242..a063cb7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# tailwind-jekyll -A starter kit for using Jekyll with Tailwind +# Tailwind Jekyll Starter Kit +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/)