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:
parent
738b39a321
commit
1c32e351f7
80 changed files with 80 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Adding a Service
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- argocd
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: AI Assistance Guide
|
||||
date-modified: 2026-02-09
|
||||
tags:
|
||||
- tutorials
|
||||
- ai
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Contributing
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- contributing
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Exploring the Docs
|
||||
date-modified: 2026-02-10
|
||||
tags:
|
||||
- tutorials
|
||||
- getting-started
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Replicating BlumeOps
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: ArgoCD Config
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Core Services
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Kubernetes Bootstrap
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Observability Stack
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Tailscale Setup
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Tutorials
|
||||
date-modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue