Digital Portfolio
This site — my personal identity and portfolio — built with Zola (a fast static site generator written in Rust) and deployed through self-hosted infrastructure.
Design principles:
- No JavaScript — all interactivity through CSS transitions and
:hover/:focus-visiblestates - No external resources — fonts self-hosted, no CDNs, no analytics, no tracking
- Semantic HTML — accessible, screen-reader-friendly markup
- Single CSS file — organized with
@layerfor explicit cascade control
Deployed automatically via GitHub Actions and served by Caddy.
ZolaHTMLCSSCaddyGitHub Actions