Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 449 Bytes

Installation

Using Jekyll which can be installed using

$ gem install jekyll
...
$ gem install jekyll-paginate

Running (& Compiling)

From the root project dorectory (where _config.yml is) run

$ jekyll serve -w

or if you just want to build into _site:

$ jekyll build

Deploying

GitHub pages will auto build and serve from the gh-pages branch.