Architecture Overview
This document describes the architecture of the rocasta.com static site. Technology Stack Static Site Generator: Hugo (Extended) v0.164+ Theme: PaperMod Content Format: AsciiDoc (processed by Asciidoctor) Deployment: GitHub Pages via GitHub Actions Local Development: Hugo development server with live reload Directory Structure Path Purpose content/posts/ Blog posts in AsciiDoc content/arch/ Architecture and build documentation content/about.md About page static/images/ Static images served at /images/ themes/PaperMod/ Git submodule for theme public/ Built site output (gitignored) ...