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: Adding a Service
date-modified: 2026-02-07
tags:
- tutorials
- argocd

View file

@ -1,5 +1,6 @@
---
title: AI Assistance Guide
date-modified: 2026-02-09
tags:
- tutorials
- ai

View file

@ -1,5 +1,6 @@
---
title: Contributing
date-modified: 2026-02-07
tags:
- tutorials
- contributing

View file

@ -1,5 +1,6 @@
---
title: Exploring the Docs
date-modified: 2026-02-10
tags:
- tutorials
- getting-started

View file

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

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

View file

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