Personal website for Matheus Cerqueira, served at www.mhcp.dev.
Status: active.
npm install
npm run devOr build and preview:
./run.shRequires Pandoc installed locally.
npm run newOr manually:
- Posts: Create
content/posts/<slug>/witharticle.texand optionallyrefs.bibandassets/. - Presentations: Create
content/presentations/<slug>/witharticle.texincluding a% url:field for the PDF embed. - Pages: Edit
.texfiles incontent/pages/. - Publications: Edit
content/refs.bib. - Site settings: Edit
config.yml.
npm test
npm run test:coveragePush to main triggers
.github/workflows/deploy.yml, which builds
with Pandoc + SvelteKit and deploys to GitHub Pages.
- Copilot instructions — architecture and conventions.