/resume-hugo

Hugo-based Resume Website

Primary LanguageSCSS

Chris Pappas - Resume

This is my professional resume, generated using Hugo and hosted on Cloudflare Pages.

Deployment

  • Pushes to main are automatically built and deployed using Cloudflare Pages.

Local development

  • Ensure Hugo is installed and running
  • Start the local dev server with hot-reloading:
hugo serve -D
  • It's that easy!