TileDownv0.5.9

Publishing Pipeline

The public website is built from source content on Linux and deployed as static files.

This site is the product demo and the deployment proof. The generated output is published to Codeberg Pages after the TileDown engine builds the content with the Swift CLI and the browser test suite passes.

The same source can also be built locally:

scripts/check.sh

What ships

OutputGenerated from
HTML pagesMarkdown folders and front matter
CSSThe built-in site theme
JavaScriptOnly client behavior emitted by typed tiles
RSSPublished posts
Redirect shimsNamed external links

Linux path

The website checks validate the generated output before publishing it to Codeberg Pages.

TileDown Updates

Stay updated with every exciting new feature we bring to TileDown, the Markdown-first way to build sites you truly own.

View Markdown source
index.md
---
title: Publishing Pipeline
date: 2026-06-01
description: The public website is built from source content on Linux and deployed as static files.
tags: Publishing, Linux, CI
image: /assets/post-publishing.svg
imageDark: /assets/post-publishing-dark.svg
---
# Publishing Pipeline

This site is the product demo and the deployment proof. The generated output is
published to Codeberg Pages after the TileDown engine builds the content with
the Swift CLI and the browser test suite passes.

The same source can also be built locally:

```sh
scripts/check.sh
```

## What ships

| Output | Generated from |
|:---|:---|
| HTML pages | Markdown folders and front matter |
| CSS | The built-in site theme |
| JavaScript | Only client behavior emitted by typed tiles |
| RSS | Published posts |
| Redirect shims | Named external links |

:::tile callout
title: Linux path
body: The website checks validate the generated output before publishing it to Codeberg Pages.
:::