Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

File metadata and controls

21 lines (14 loc) · 563 Bytes

Personal web page

Based on Hugo Academic.

Local development

The project uses Hugo Extended 0.155.3 (see .hugo-version and netlify.toml). Theme is compatible with Hugo 0.150+.

# Install Hugo (Extended) 0.155+ e.g. via Homebrew
brew install hugo

# Install theme deps (Tailwind CSS) and fetch Hugo modules
npm ci
hugo mod get -u

# Run the site
hugo server

Use hugo server -D to include future-dated content (e.g. 2026 publications). Netlify runs npm ci before hugo automatically.