Skip to content

rednafi/rednafi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 11, 2025
23a9d90 · Feb 11, 2025
Feb 10, 2025
Apr 25, 2023
Sep 19, 2024
Feb 11, 2025
Dec 22, 2024
Sep 18, 2024
Jan 19, 2025
Oct 4, 2023
Oct 3, 2024
Sep 18, 2024
Apr 25, 2023
Apr 29, 2023
Feb 8, 2025
Oct 4, 2023
Sep 7, 2024
Sep 25, 2024
Jan 9, 2024
Oct 23, 2024
Oct 2, 2023
Jan 2, 2025
Aug 28, 2024
Dec 6, 2023
Oct 3, 2024
Oct 3, 2024
Sep 8, 2024

Repository files navigation

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.