Render repository content through theme contracts

This commit is contained in:
root
2026-07-23 21:32:19 -07:00
parent 884d182c86
commit f47dafc95a
16 changed files with 579 additions and 85 deletions
@@ -0,0 +1,22 @@
---
model: article
title: Repository Rendering Is Live
slug: repository-rendering
route: /articles/repository-rendering/
date: 2026-07-23
status: published
summary: The reference article proves Markdown discovery and strict Liquid rendering.
tags:
- git
- liquid
metadata:
projectId: website-engine-control-plane
---
## Immutable inputs
Every build resolves one exact Git commit before rendering.
## Verified output
The generated release records source checksums and can be promoted atomically.