Skip to content

agent-lab/agent-lab.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Contributors 6