Vac team website https://new.vac.dev/
Go to file
dependabot-preview[bot] 660eff8c2c
Bump tailwindcss from 1.9.2 to 1.9.5 (#126)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.5.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-21 16:28:41 -05:00
_includes Use Taliwind's purge option 2020-05-01 19:09:13 -05:00
_layouts Update default.html 2019-07-16 21:49:02 -05:00
src Remove renovate config 2020-01-25 12:08:59 -06:00
.all-contributorsrc docs: add alexphi as a contributor (#91) 2020-05-09 11:03:16 -05:00
.babelrc Remove preset options 2018-12-25 01:28:54 -06:00
.gitignore Ignore folders generated by Bundler (#74) 2020-02-26 22:44:41 -06:00
.ruby-version Create .ruby-version 2020-01-19 18:39:10 -06:00
Gemfile Push v1 2017-11-08 20:34:49 -06:00
Gemfile.lock [Security] Bump kramdown from 2.2.1 to 2.3.0 (#110) 2020-08-09 17:52:12 -05:00
LICENSE.md Update LICENSE.md 2018-03-25 14:36:44 -05:00
README.md docs: add alexphi as a contributor (#91) 2020-05-09 11:03:16 -05:00
_config.yml Added netlify.toml to override build command (#90) 2020-05-08 21:22:52 -05:00
gulpfile.babel.js Use Taliwind's purge option 2020-05-01 19:09:13 -05:00
index.html Update index.html 2019-08-19 19:13:24 -05:00
netlify.toml Added netlify.toml to override build command (#90) 2020-05-08 21:22:52 -05:00
package-lock.json Bump tailwindcss from 1.9.2 to 1.9.5 (#126) 2020-10-21 16:28:41 -05:00
package.json Bump tailwindcss from 1.9.2 to 1.9.5 (#126) 2020-10-21 16:28:41 -05:00
tailwind.config.js Use Taliwind's purge option 2020-05-01 19:09:13 -05:00

README.md

Jekyll Starter Tailwind

All Contributors

A starter kit for using Tailwind with Jekyll that includes:

  • A barebones Jekyll starter theme

  • A Gulpfile that does the following:

    • Compiles Tailwind
    • Strips out unused CSS using Tailwind's purge option
    • Runs Autoprefixer
    • Minifies your CSS
    • Compiles Jekyll
    • Runs Browsersync for local development

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 or npm run dev 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:production or npm run build to compile the site for production

Deploy

Deploy to Netlify

Note: By default, Netlify uses jekyll build as the build command. The included netlify.toml file will override it to use npm run build.

License

MIT

How you can help

Enjoying Jekyll Starter Tailwind and want to help? You can:

Contributors

Thanks goes to these wonderful people (emoji key):


Roberto Segura

💻

benmp

💻

Joey Defourneaux

💻

Hrvoje Šimić

💻

Alejandro Figueroa

💻

This project follows the all-contributors specification. Contributions of any kind welcome!