Skip to content

pdcalado/mincv

Repository files navigation

Min CV

Minimalistic code to generate an HTML+CSS resume webpage.

Uses sakura and normalize.css.

Install

Install mustache and run:

make index.html

./public folder is now ready for hosting.

Reuse

  • Fork this repo
  • Modify hash.json to your liking
  • Install (or let github actions generate the public folder)
  • Host public folder

Contributing

Quickest setup is to develop using vscode's devcontainer. Then on the terminal run:

./rundev.sh