Using Jekyll which can be installed using
$ gem install jekyll
...
$ gem install jekyll-paginate
From the root project dorectory (where _config.yml
is) run
$ jekyll serve -w
or if you just want to build into _site
:
$ jekyll build
GitHub pages will auto build and serve from the gh-pages
branch.