Skip to content

rednafi/com.rednafi

Repository files navigation

Redowan's Reflections

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:

    make init
  • Update the stack:

    make update
  • Run the local server:

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

Deployment

The site is deployed to GitHub Pages via GitHub Actions.

Contributors 6