Policy note. This handbook is a living document and does not replace official NMSU, College of Engineering, Department of Civil & Environmental Engineering, Graduate School, funding-agency, immigration, employment, or university policies. When conflicts arise, official policies and written funding/appointment letters take precedence.
Where the Handbook Lives
The handbook lives in the manual/ folder of the website repository. Each page is a Markdown file with front matter at the top.
Example:
---
layout: manual
title: Page Title
summary: One sentence summary.
---
## First Heading
Page content goes here.
Adding a New Handbook Page
- Create a new Markdown file under
manual/. - Use
layout: manualin the front matter. - Add the page to
_data/manual_navigation.yml. - Build the site locally before publishing.
Local Preview
Use the VS Code task:
Terminal > Run Task... > Jekyll: serve site
Then preview:
http://127.0.0.1:4001/manual/
Writing Style
- Write for a future lab member who needs to act.
- Keep pages specific and maintainable.
- Prefer checklists, examples, and links over long essays.
- Avoid storing passwords, private data, unpublished sensitive results, or confidential collaborator information.
- Include dates or version notes when guidance may become outdated.