Basic usage
Create a folder called changelog and add one Markdown file per update. Start each filename with the date:
changelog/
├── README.md # optional intro
├── 2026-08-21-monospace-theme.md
├── 2026-08-17-currency-in-prose.md
└── 2026-08-15-custom-head-code.md
Each entry is a normal Markdown page:
---
title: Monospace theme is now available
date: 2026-08-21
description: Choose the compact Monospace theme from the dashboard or config.
authors:
- olayway
image: /assets/monospace-theme.png
---
Monospace is now an official Flowershow theme for technical documentation...
That's it. /changelog now shows the timeline, and /changelog/2026-08-21-monospace-theme shows the single entry with links to the previous and next updates.