Vac team website https://new.vac.dev/
Go to file
Taylor Bryant 55af4a7950 Break out Tailwind config and CSS file locations into variables 2017-11-14 22:03:47 -06:00
_includes Push v1 2017-11-08 20:34:49 -06:00
_layouts Push v1 2017-11-08 20:34:49 -06:00
assets/css Remove assets from .gitignore (just in case a user wants to repurpose the folder) 2017-11-14 18:49:43 -06:00
src Move tailwind-config.js out of src folder 2017-11-14 22:03:16 -06:00
.gitignore Remove assets from .gitignore (just in case a user wants to repurpose the folder) 2017-11-14 18:49:43 -06:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
Gemfile.lock Push v1 2017-11-08 20:34:49 -06:00
README.md Add Jekyll to list of requirements 2017-11-14 18:52:58 -06:00
_config.yml Push v1 2017-11-08 20:34:49 -06:00
gulpfile.js Break out Tailwind config and CSS file locations into variables 2017-11-14 22:03:47 -06:00
index.html Push v1 2017-11-08 20:34:49 -06:00
package-lock.json Push v1 2017-11-08 20:34:49 -06:00
package.json Push v1 2017-11-08 20:34:49 -06:00
tailwind-config.js Move tailwind-config.js out of src folder 2017-11-14 22:03:16 -06:00

README.md

Tailwind Jekyll Starter Kit

A starter kit for using Tailwind 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