# Tailwind Jekyll Starter A starter kit for using [Tailwind](https://tailwindcss.com) (v0.7.3) with [Jekyll](https://jekyllrb.com/) that includes: * A barebones Jekyll starter theme * A Gulpfile that does the following: * Compiles Tailwind * Strips out unused CSS using [Purgecss](http://www.purgecss.com/) * Runs [Autoprefixer](https://github.com/postcss/autoprefixer) * Minifies your CSS * Generate a CSS sourcemap * Compiles Jekyll * Runs [Browsersync](https://www.browsersync.io/) for local development ## Example I used this starter for my personal blog. See the code [here](https://github.com/taylorbryant/taylorbryant.github.io). ## 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/) ## Requirements * [Bundler](http://bundler.io/) * [Jekyll](https://jekyllrb.com/) * [Node.js](https://nodejs.org/en/) * [npm](https://www.npmjs.com/) * [Ruby](https://www.ruby-lang.org/en/) ## Getting started * `bundle install` to install Ruby gems * `npm install` to install npm packages * `npm run start` to compile the site with development settings and run BrowserSync ## Build your site * `npm run build:dev` to compile the site with development settings * `npm run build` to compile the site for production ## License [MIT](https://github.com/taylorbryant/tailwind-jekyll/blob/master/LICENSE.md)