jmopines/site/content/software/hugo-setup/architecture.svg
Jean-Michel Tremblay b2727be8ce Initial commit: Hugo site with Terminal theme
Scripts: setup.sh, build.sh, serve.sh (Docker-based)
Content: about, config, software, posts sections
Custom: CSS overrides, HTML sitemap layout, extended_head partial
Theme: hugo-theme-terminal via Hugo modules (go.mod)
2026-04-03 16:30:38 -04:00

12 lines
1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200">
<rect x="10" y="10" width="120" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
<text x="70" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">content/</text>
<rect x="150" y="10" width="120" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
<text x="210" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">Hugo build</text>
<rect x="290" y="10" width="100" height="60" rx="8" fill="#2d2d2d" stroke="#7c6f64" stroke-width="2"/>
<text x="340" y="45" text-anchor="middle" fill="#ebdbb2" font-size="14">public/</text>
<line x1="130" y1="40" x2="150" y2="40" stroke="#ebdbb2" stroke-width="2" marker-end="url(#arrow)"/>
<line x1="270" y1="40" x2="290" y2="40" stroke="#ebdbb2" stroke-width="2" marker-end="url(#arrow)"/>
<defs><marker id="arrow" markerWidth="10" markerHeight="7" refX="10" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#ebdbb2"/></marker></defs>
</svg>