Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.04 KB

This is using GitHub pages; just push to publish.

To contribute, many pages can be simply added and edited using the GitHub UI - this is encouraged as it's quicker for many.

Docs

Working Local

If one is working on the theming or any new features that needs double-checking on how Jekyll compiled it, it's encouraged to spin this up locally and test. It's easy!

Requirements

  • bundle - Ruby Dependency Manager (install with gem install bundler - may require sudo)

Setup

bundle install

Usage

Compile, serve, & watch:

bundle exec jekyll serve

Open http://127.0.0.1:4000

Other commands:

bundle exec jekyll --help