Fix frontmatter field name: date-modified -> modified
Quartz's CreatedModifiedDate plugin recognizes `modified`, `lastmod`, `updated`, and `last-modified` — but not `date-modified`. The wrong field name caused Quartz to fall through to filesystem timestamps (UTC in Dagger), showing incorrect dates on the rendered site. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a75089d8ef
commit
ce59e9951b
81 changed files with 82 additions and 82 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Adding a Service
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- argocd
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: AI Assistance Guide
|
||||
date-modified: 2026-02-09
|
||||
modified: 2026-02-09
|
||||
tags:
|
||||
- tutorials
|
||||
- ai
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Contributing
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- contributing
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Exploring the Docs
|
||||
date-modified: 2026-02-10
|
||||
modified: 2026-02-10
|
||||
tags:
|
||||
- tutorials
|
||||
- getting-started
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Replicating BlumeOps
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: ArgoCD Config
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Core Services
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Kubernetes Bootstrap
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Observability Stack
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Tailscale Setup
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
- replication
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Tutorials
|
||||
date-modified: 2026-02-07
|
||||
modified: 2026-02-07
|
||||
tags:
|
||||
- tutorials
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue