Vac team website https://new.vac.dev/
Go to file
Taylor Bryant 753f32547c
Update README.md
2019-05-15 17:17:38 -05:00
_includes Change placeholder content 2018-03-20 19:17:06 -05:00
_layouts Update to Tailwind v1 2019-05-15 17:16:02 -05:00
src Update to Tailwind v1 2019-05-15 17:16:02 -05:00
.babelrc Remove preset options 2018-12-25 01:28:54 -06:00
.gitignore Update to Tailwind v1 2019-05-15 17:16:02 -05:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
Gemfile.lock Update to Tailwind v1 2019-05-15 17:16:02 -05:00
LICENSE.md Update LICENSE.md 2018-03-25 14:36:44 -05:00
README.md Update README.md 2019-05-15 17:17:38 -05:00
_config.yml Update Gulpfile 2018-12-16 15:27:09 -06:00
gulpfile.babel.js Update watch list 2019-01-13 13:53:49 -06:00
index.html Update to Tailwind v1 2019-05-15 17:16:02 -05:00
package-lock.json Update to Tailwind v1 2019-05-15 17:16:02 -05:00
package.json Update to Tailwind v1 2019-05-15 17:16:02 -05:00
renovate.json Update Renovate config 2019-05-07 20:58:29 -05:00
tailwind.config.js Update to Tailwind v1 2019-05-15 17:16:02 -05:00

README.md

Tailwind Jekyll Starter

A starter kit for using Tailwind (v1.0.1) with Jekyll that includes:

  • A barebones Jekyll starter theme

  • A Gulpfile that does the following:

    • Compiles Tailwind
    • Strips out unused CSS using Purgecss
    • Runs Autoprefixer
    • Minifies your CSS
    • Generate a CSS sourcemap
    • Compiles Jekyll
    • Runs Browsersync for local development

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

Get started

  • bundle install to install Ruby gems
  • npm ci to install npm packages listed in package-lock.json
  • 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

Deploy

Deploy to Netlify

Note: By default, Netlify uses jekyll build as the build command. Make sure to change this to npm run build.

License

MIT

How you can help

Enjoying Tailwind Jekyll and want to help? You can: