23 lines
505 B
Markdown
23 lines
505 B
Markdown
---
|
|
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.
|