Minimalistic code to generate an HTML+CSS resume webpage.
Uses sakura and normalize.css.
Install mustache and run:
make index.html
./public
folder is now ready for hosting.
- Fork this repo
- Modify
hash.json
to your liking - Install (or let github actions generate the
public
folder) - Host
public
folder
Quickest setup is to develop using vscode's devcontainer. Then on the terminal run:
./rundev.sh