Skip to content

iamralch/iamralch.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iamralch.github.io

Personal engineering blog by Svetlin Ralchev — built with Hugo and Hextra, deployed to GitHub Pages.

Deploy Hugo Theme Go License

Local Development

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 serve

The site is available at http://localhost:1313.

To see all available tasks, run just --list.

Deployment

Pushes to the main branch trigger the GitHub Actions workflow, which builds and deploys to GitHub Pages.