Digital Portfolio

Status
active
Date
— Present

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-visible states
  • No external resources — fonts self-hosted, no CDNs, no analytics, no tracking
  • Semantic HTML — accessible, screen-reader-friendly markup
  • Single CSS file — organized with @layer for explicit cascade control

Deployed automatically via GitHub Actions and served by Caddy.

ZolaHTMLCSSCaddyGitHub Actions