Vac team website https://new.vac.dev/
Go to file
Taylor Bryant 90e76d4a04
Update README.md
2018-03-10 23:39:35 -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 Update to Tailwind v0.4.0 2018-01-03 17:28:09 -06:00
.gitignore Add Gemfile.lock to repo 2018-03-10 23:38:55 -06:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
Gemfile.lock Add Gemfile.lock to repo 2018-03-10 23:38:55 -06:00
LICENSE.md Create LICENSE.md 2017-12-01 02:11:38 -06:00
README.md Update README.md 2018-03-10 23:39:35 -06:00
_config.yml Add exluded files 2017-11-21 21:24:59 -06:00
gulpfile.js Format code 2018-03-10 23:37:24 -06:00
index.html Push v1 2017-11-08 20:34:49 -06:00
package-lock.json Update Tailwind and other packages 2018-03-10 23:39:10 -06:00
package.json Update Tailwind and other packages 2018-03-10 23:39:10 -06:00
tailwind.js Update Tailwind and other packages 2018-03-10 23:39:10 -06:00

README.md

Tailwind Jekyll Starter

A starter kit for using Tailwind (v0.4.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

Need your CSS in the <head>? Check out the internal style version of this starter kit.

License

MIT