Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 825 Bytes

File metadata and controls

37 lines (23 loc) · 825 Bytes

Agent Lab UoM Website

Build and Deploy Pages

This site uses Jekyll Theme Chirpy in a standard Jekyll setup.

Local Development

1) Install dependencies

bundle install

2) Run locally

bundle exec jekyll serve

3) Build static output

bundle exec jekyll build

Generated site output is written to _site/.

Content Structure

  • Home feed: index.md
  • Navigation tabs: _tabs/
  • Site settings: _config.yml

Deployment

GitHub Actions workflow at .github/workflows/static.yml builds with Jekyll and deploys _site/ to GitHub Pages.