This is deployed via GitHub Pages to appear on:
This site is statically generated using Jekyll.
-
Install Jekyll (Jekyll installation guide)
-
Install the project
gem
dependencies:
bundle install
- Open the development server:
bundle exec jekyll serve
bundle exec jekyll serve --livereload
The --livereload
optional flag will automatically refresh the page when the source files change.
- To check that
build
does not fail:
bundle exec jekyll build
Simply push.