Skip to content

Compiling using Jekyll

mmcky edited this page Oct 2, 2019 · 4 revisions

Compiling using Jekyll

Installing Jekyll

Refer to https://jekyllrb.com/docs/installation/ for instructions on installing Jekyll

  1. Install dependencies
gem update

if manual install is required

gem install jekyll-seo-tag github-pages

Building

  1. cd website
  2. bundle exec jekyll build
Clone this wiki locally