If you'd like to use this repo as a template, all you need to do is fork
it and update resume_config.toml with your information accordingly.
You should also update any static files to include your headshot if desired.
By default, this repo will publish to GitHub pages from the main or master branch.
The CI pipeline automatically builds and pushes the Docker image to GHCR on release.
Deploy using Helm:
# Deploy with Helm
helm install resume oci://ghcr.io/<username>/resume/chart --version <release-tag>
# Or with ingress enabled
helm install resume oci://ghcr.io/<username>/resume/chart --version <release-tag> \
--set ingress.enabled=true \
--set ingress.hosts[0].host=resume.yourdomain.com \
--set ingress.hosts[0].paths[0].path=/ \
--set ingress.hosts[0].paths[0].pathType=Prefix