Personal site built with Hugo. Deployed to GitHub Pages.
# Install Hugo (macOS)
brew install hugo
# Run dev server (includes draft content)
hugo server -D
# Production build
hugoSite will be available at http://localhost:1313.
New page: Create a markdown file in content/:
content/my-page.mdUse draft: true in front matter to keep content hidden from production.
Push to main — GitHub Actions builds and deploys automatically.