Job records are stored in _jobs/ and rendered by jobs.html.
---
publish: true
title: Postdoctoral Associate in Computational Genomics
pdf: 2026-postdoctoral-position.pdf
---
Position description in Markdown or HTML.publish: Boolean. Onlytruerecords appear on the Jobs page.title: Required display title.pdf: Optional filename inassets/job_PDFs/.- Body: Full position description. Existing records use HTML; Markdown is preferred for new postings.
The collection does not generate a separate page for each record. jobs.html places the body directly inside an opportunity card and adds a PDF action when supplied.
- Create
_jobs/YYYY-MM-DD-short-name.md. - Add the front matter above and write the description.
- If needed, place a PDF in
assets/job_PDFs/and setpdfto the filename. - Set
publish: true. - Run
make checkand build the site.
Change only:
publish: falseRetaining the file preserves the historical description without displaying it. Remove a PDF only after confirming that no active record or public link still uses it.