Vac team website https://new.vac.dev/
Go to file
Joey Defourneaux b4c38805d3 Updated gulp tasks and npm scripts to provide multiple task configs.
Added more gulp tasks to allow for a serve, build:dev, and build task.

Added npm scripts to trigger the different gulp tasks.

Heavy tasks, like purging and minifying, will now only be done for production builds.
2018-11-06 11:57:51 -05:00
_includes Change placeholder content 2018-03-20 19:17:06 -05:00
_layouts Change default bg to teal 2018-08-09 22:54:16 -05:00
src Update to Tailwind v0.5.1 2018-03-20 19:16:50 -05:00
.babelrc Update npm packages, upgrade to Gulp 4 2018-08-09 22:54:58 -05:00
.gitignore Remove package-lock.json 2018-08-09 22:53:54 -05:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
Gemfile.lock Upgrade sass and jekyll 2018-04-26 13:15:18 -05:00
LICENSE.md Update LICENSE.md 2018-03-25 14:36:44 -05:00
README.md Updated gulp tasks and npm scripts to provide multiple task configs. 2018-11-06 11:57:51 -05:00
_config.yml Add exluded files 2017-11-21 21:24:59 -06:00
gulpfile.babel.js Updated gulp tasks and npm scripts to provide multiple task configs. 2018-11-06 11:57:51 -05:00
index.html Change placeholder content 2018-03-20 19:17:06 -05:00
package-lock.json Updated gulp tasks and npm scripts to provide multiple task configs. 2018-11-06 11:57:51 -05:00
package.json Updated gulp tasks and npm scripts to provide multiple task configs. 2018-11-06 11:57:51 -05:00
tailwind.config.js Update npm packages and latest version of Tailwind 2018-08-18 21:40:59 -05:00

README.md

Tailwind Jekyll Starter

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

  • A barebones Jekyll starter theme

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

Example

I used this starter for my personal blog. See the code here.

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

Getting started

  • bundle install to install Ruby gems
  • npm install to install npm packages
  • npm run start to run the local development server using BrowserSync
  • npm run build:dev to compile the site with development settings
  • npm run build to compile the site for production

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

License

MIT