This file exists to show the format and to prove the build pipeline works. Delete it once you have written a real one.
Frontmatter
title is optional. Leave it out entirely and the entry renders untitled, the way Lee's
(no title) posts did. date is required and must be YYYY-MM-DD — the build fails
loudly if it is missing or malformed. updated, summary and tags are all optional.
---
title: Robocopy, mirror directories excluding deletions
date: 2026-07-29
updated: 2026-07-30
tags: [windows, backup]
---Code blocks
Fenced blocks are highlighted at build time by Shiki, so no highlighter is shipped to the
browser. Every colour comes from a CSS variable in src/index.css.
find /path/to/base/dir -type d -exec chmod 755 {} +
find /path/to/base/dir -type f -exec chmod 644 {} +$Session = New-PSSession -ConfigurationName Microsoft.Exchange -Authentication Basic
Import-PSSession $SessionAn unrecognised language falls back to unhighlighted <pre> rather than failing the build.
Everything else
Ordinary markdown works — bold, inline code, links, lists:
- One
- Two
Block quotes take a red rule down the left.
| Column | Column |
|---|---|
| Tables | work |
Images and video go in public/ and are referenced from the root, .