Made with https://jsonresume.org
I suggest hosting with github pages since it's easy.
- just fork this repo
- rename to username.github.io
- clone and go!
You need to install docker.
- pick your theme and edit the Dockerfile with the theme; this uses elegant-mod
- update the
npm
package and the-t
flag - fill in the resume.json
- run
docker buildx build --output . -f Dockerfile .
- push to your github.io page repo
Pushes to main should automatically deploy
Forked from https://github.com/dsayling/resume