maxx1128 / snappy-jekyll

A setup for making snappy static sites with Jekyll, Webpack, Tailwind, and Turbolinks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snappy-jekyll is a setup for making snappy static sites.

  • Jekyll for static site generation
  • Webpack for CSS and JS asset compilation
  • Tailwind as a utility CSS framework
  • Turbolinks for performance

Install Workflow Dependencies

$ gem install bundler # if not already installed
$ npm -g install yarn

Install Application Dependencies

$ bundle
$ yarn

Run Build Process

$ yarn start

About

A setup for making snappy static sites with Jekyll, Webpack, Tailwind, and Turbolinks

License:MIT License


Languages

Language:JavaScript 76.2%Language:Ruby 18.3%Language:HTML 4.6%Language:CSS 0.9%