Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 872 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 872 Bytes

pre-commit.ci status

Musings & rants on software. Find them at rednafi.com.

Local development

  • Install Hugo. I'm on macOS and Hugo can be installed with brew:

    brew install hugo
  • Bootstrap the theme:

    make init
  • Update the theme:

    make update
  • Run the local server:

    make devserver
  • Go to http://localhost:1313 to access the site locally.

Deployment

The site is deployed to GitHub Pages via GitHub Actions.