Projects

erkamtb.net — This Website

The site you are looking at: a fully static, custom-themed site with an automated build-and-deploy pipeline.

Years
2026
Role
Self project
Tech
HugoCSSJavaScriptGitHub ActionsApache

I rebuilt my personal website from scratch as a fully static site generated with Hugo, replacing my old Jekyll page. It has a custom theme with automatic light/dark modes (plus a manual toggle), and project pages that turn any photo dropped into their folder into a lightbox gallery — so documenting a new project is just writing Markdown and copying photos.

The deployment is fully automated: every push to the site’s GitHub repository triggers a workflow that builds the site and syncs it to my shared-hosting server over SSH with rsync. All URLs from the old site are preserved with 301 redirects, so old links never break.