Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 453 Bytes

File metadata and controls

22 lines (15 loc) · 453 Bytes

My Personal Site

Source code for guangda.me. Built with Hugo and the PaperMod theme. Deployed to GitHub Pages via GitHub Actions.

Get Started

# Install dependencies (requires Go and Hugo)
hugo mod get

# Start dev server (includes drafts)
hugo server -D

# Production build
hugo --minify

New Post

hugo new posts/<slug>.md