Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.47 KB

File metadata and controls

52 lines (34 loc) · 1.47 KB

The Tinkering Mind

Deploy Hugo site to GitHub Pages

Personal blog

Quick start

  • Install Hugo Extended (match CI if possible: 0.148.2)
  • Serve locally with drafts:
make serve
  • Build static site:
make build
  • Clean generated output:
make clean

Content

Posts are page bundles under content/posts/YYYY-MM-DD-slug/index.md. Use the default archetype (draft by default).

Configuration

Deploy

Deployed via GitHub Actions to GitHub Pages:

Runbook

See the detailed operations guide: docs/RUNBOOK.md