rednafi / rednafi.com

Musings & rants on software

Home Page:https://rednafi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Musings & rants on software

https://rednafi.com/

License:zlib License


Languages

Language:HTML 69.6%Language:CSS 22.0%Language:Python 6.0%Language:Makefile 2.5%