jekyll boilerplate
1.0.0
This repo includes a boilerplate for getting started working on a new Jekyll website, setup for GitHub Pages. It includes the following, which I tend to need on any site I work on:
github-pages
gem, which expects a Git repo to be configured locallynpm install
Run a local Jekyll server and enjoy live reloading:
npm start
To transpile and bundle Sass and JS, and build the site:
npm run build
npm test