Backfill date-modified frontmatter on all docs

Dagger's --src=. excludes .git, so Quartz can't use git history for
page dates inside containers. Populate date-modified: YYYY-MM-DD in
frontmatter for all 80 doc articles so the frontmatter priority level
(highest in quartz.config.ts) works with or without git.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-11 16:11:05 -08:00
commit 1c32e351f7
80 changed files with 80 additions and 0 deletions

View file

@ -1,5 +1,6 @@
---
title: ArgoCD Config
date-modified: 2026-02-07
tags:
- tutorials
- replication

View file

@ -1,5 +1,6 @@
---
title: Core Services
date-modified: 2026-02-07
tags:
- tutorials
- replication

View file

@ -1,5 +1,6 @@
---
title: Kubernetes Bootstrap
date-modified: 2026-02-07
tags:
- tutorials
- replication

View file

@ -1,5 +1,6 @@
---
title: Observability Stack
date-modified: 2026-02-07
tags:
- tutorials
- replication

View file

@ -1,5 +1,6 @@
---
title: Tailscale Setup
date-modified: 2026-02-07
tags:
- tutorials
- replication