jekyll-frontend-kit

jekyll-frontend-kit

Generic frontend toolkit using Jekyll, Bootstrap, Bootswatch and Font Awesome

Jekyll Frontend Toolkit

Made with Jekyll, Bootstrap, Bootswatch & Font Awesome.

Tested with HTML Proofer.

Deployed by Travis CI.

Prerequisites

Getting started

git clone [email protected]:LandRegistry/jekyll-frontend-kit.git
cd jekyll-frontend-kit
bundle install
bundle exec jekyll serve

Go to http://0.0.0.0:4000/jekyll-frontend-kit/

Running tests

This is the same script that Travis runs during the build, run this locally before pushing to avoid broken builds:

./script/cibuild

Deploying with Travis

travis enable
git commit -a -m "super awesome commit message"
git push

Changing themes

Change the theme setting in _config.yml to any of the Bootswatch theme names and restart the server.