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