Static portfolio website built with Hugo.
This site was migrated from Jekyll to Hugo in June 2026.
- Static file generation: Removed
_site/directory and its contents (previously generated by Jekyll) - Configuration: Updated
hugo.tomlfor Hugo compatibility - Content structure: Converted Jekyll posts/projects to Hugo content format
- Theme: Using Hugo theme
anubhavgupta2007/hugo-theme-nightfall
.
├── assets/ # Images and static assets
├── content/ # Markdown content files
│ ├── about.md # About page
│ ├── posts/ # Blog posts (Jekyll migration)
│ ├── projects/ # Project listings
│ └── tutorials/ # Tutorial content (Jekyll → Hugo conversion)
├── static/ # Static resources served directly
├── themes/ # Hugo theme files
├── hugo.toml # Hugo configuration
└── README.md # This file
- Install Hugo:
brew install hugo - Build the site:
hugo --minify - Preview locally:
hugo server -D
MIT License - see LICENSE.txt for details