This repository powers the Wolverine Robotics website built with Jekyll and the Minima theme.
- Ruby (matching the version in
Gemfile) - Bundler (
gem install bundlerif not already installed)
- Install dependencies:
bundle install
- Start the development server with live reload:
bundle exec jekyll serve --livereload - Visit the site at
http://127.0.0.1:4000.
Generate the static site output (mirrors GitHub Pages build):
bundle exec jekyll buildThe compiled files live in _site/ after the build.
Run the Jekyll doctor to surface configuration or front matter issues:
bundle exec jekyll doctorPage content lives under _pages/, long-form posts go inside _blogs/, and each page declares its own stylesheet under assets/css/ via the front matter.