Vac team website https://new.vac.dev/
Go to file
Taylor Bryant 69d24feea3 Update Tailwind version to 0.2.2 2017-11-20 19:31:54 -06:00
_includes Push v1 2017-11-08 20:34:49 -06:00
_layouts Push v1 2017-11-08 20:34:49 -06:00
src Revert back to Tailwind's default CSS file setup to make following the docs easier for users 2017-11-20 19:27:40 -06:00
.gitignore Ignore Gemfile.lock 2017-11-19 10:12:28 -06:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
README.md Update Tailwind version to 0.2.2 2017-11-20 19:31:54 -06:00
_config.yml Add tailwind.js and README.md to exclusions 2017-11-20 19:20:47 -06:00
gulpfile.js Improve Gulp workflow 2017-11-20 19:24:25 -06:00
index.html Push v1 2017-11-08 20:34:49 -06:00
package-lock.json Update to Tailwind 0.2.2 2017-11-20 19:24:52 -06:00
package.json Merge branch 'master' of https://github.com/taylorbryant/tailwind-jekyll 2017-11-20 19:27:42 -06:00
tailwind.js Update to Tailwind 0.2.1 2017-11-19 10:46:43 -06:00

README.md

Tailwind Jekyll Starter Kit

A starter kit for using Tailwind (v0.2.2) with Jekyll that includes:

  • A barebones Jekyll starter theme

  • A Gulp file with a default task that does the following:

What is Tailwind?

"Tailwind is a utility-first CSS framework for rapidly building custom user interfaces." Tailwind

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

Requirements

Get started

  • bundle install to install Ruby gems
  • npm install to install npm packages
  • gulp to run the default Gulp task