This is the highest-priority "student-facing" piece.
- Write
CONTRIBUTING.md at a high-school reading level covering step by step:
- Cloning the repo / opening it in an editor.
- Running the site locally (
npm install, npm run dev).
- Adding a new publication: create
src/content/publications/<slug>/, copy
_template.md to index.md, fill in frontmatter, drop image file alongside it.
- Editing existing page text — page prose lives in
.astro files; sponsor data
lives in src/pages/partners/sponsors.json.
- Committing changes and opening a pull request.
- What CI checks mean and how to fix common failures (format errors).
- Template file already exists at
src/content/publications/_template.md.
This is the highest-priority "student-facing" piece.
CONTRIBUTING.mdat a high-school reading level covering step by step:npm install,npm run dev).src/content/publications/<slug>/, copy_template.mdtoindex.md, fill in frontmatter, drop image file alongside it..astrofiles; sponsor datalives in
src/pages/partners/sponsors.json.src/content/publications/_template.md.