Personal engineering blog by Svetlin Ralchev — built with Hugo and Hextra, deployed to GitHub Pages.
Prerequisites: Nix with flakes enabled, or Hugo, Go, and Git installed manually.
# Enter the Nix dev shell (recommended)
nix develop
# Start the Hugo dev server using the just task runner
just serveThe site is available at http://localhost:1313.
To see all available tasks, run just --list.
Pushes to the main branch trigger the GitHub Actions workflow, which builds and deploys to GitHub Pages.