A modern, responsive resume website built with Hugo and custom SCSS.
- Data-driven content using YAML files
- Responsive design with custom CSS
- Hugo Pipes for asset processing
- PDF generation capability
- GitHub Pages deployment
- Hugo extended version (0.148+)
- Node.js (for PDF generation)
- Clone the repository
- Install dependencies:
npm install - Run development server:
npm run dev - Build for production:
npm run build
content/- Content files (currently data-driven)data/- YAML data files for resume sectionslayouts/- Hugo templatesassets/- SCSS and JS source filesstatic/- Static assetsthemes/resume-theme/- Custom theme
The site is configured for GitHub Pages deployment with the CNAME file.
MIT