Implement repository-driven theme rendering

This commit is contained in:
root
2026-07-23 17:49:10 -07:00
parent 68d76a59df
commit 884d182c86
32 changed files with 3040 additions and 1417 deletions
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Website Engine Demo</title>
<link rel="stylesheet" href="/assets/styles/theme.css">
</head>
<body>
<main class="standalone-demo">
<p class="eyebrow">Published file</p>
<h1>Repository bytes, published unchanged</h1>
<p>This page is declared by <code>projects.yml</code> and copied from the pinned source commit.</p>
<p><a href="/project/website-engine-control-plane/">Return to the project</a></p>
</main>
</body>
</html>