Internal onboarding and reference guides for the CEMRG research group.
The rendered site lives at GitHub Pages (enable Pages on main / root once pushed).
bundle install
bundle exec jekyll serveThen open http://localhost:4000.
- Drop a markdown file into the right section under
docs/. - Add front matter so
just-the-docsknows where it goes:
---
title: My new guide
parent: New machine setup # must match the parent's `title`
nav_order: 5
---- Commit and push. GitHub Pages rebuilds on push.