8000
Skip to content

zachspar/resume

Repository files navigation

Resume Website

Check out my website!

Create Your Own

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.

Deployment Methods

GitHub Pages Deployment

By default, this repo will publish to GitHub pages from the main or master branch.

Kubernetes Deployment

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

Heroku Deployment

Deploy

About

My resume website & template for others, written with Flask and Jinja2.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

  • 4489
0