/rednafi.com

Musings & rants on software.

Primary LanguageCSS

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:
    brew 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.