This is my personal website, now built with Hugo.
Previously built with Krems, I've migrated to Hugo to take advantage of its larger ecosystem and active development.
To build the site locally:
hugo --buildFuture --minify -d docsTo run the development server:
hugo server --buildFutureThe site is automatically deployed to GitHub Pages via GitHub Actions when changes are pushed to the main branch. The workflow builds the site with Hugo and publishes to the gh-pages branch.