Skip to content

CerqueiraMatheus/cerqueiramatheus.github.io

Repository files navigation

mhcp.dev

Personal website for Matheus Cerqueira, served at www.mhcp.dev.

Status: active.

How to use

npm install
npm run dev

Or build and preview:

./run.sh

Requires Pandoc installed locally.

Adding content

npm run new

Or manually:

  1. Posts: Create content/posts/<slug>/ with article.tex and optionally refs.bib and assets/.
  2. Presentations: Create content/presentations/<slug>/ with article.tex including a % url: field for the PDF embed.
  3. Pages: Edit .tex files in content/pages/.
  4. Publications: Edit content/refs.bib.
  5. Site settings: Edit config.yml.

Testing

npm test
npm run test:coverage

Deploy

Push to main triggers .github/workflows/deploy.yml, which builds with Pandoc + SvelteKit and deploys to GitHub Pages.

Documentation

About

source code!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors