From f1d89ea532517f5bf3043873a3556cfe4fef6ed0 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 22 Apr 2026 09:05:47 +0200 Subject: [PATCH] chore(06-01): mark test-kotlin-syntax articles as draft (FR + EN) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add `draft: true` to frontmatter of both test-kotlin-syntax.md files so they are excluded from all `queryCollection(...).where('draft', '=', false)` listings (D-14). - Articles remain accessible via direct URL (no draft filter on `.path(x).first()`), keeping them available for internal rendering tests. - Listings will be empty until real Hytale seed articles land in Phase 8 — the empty state will render per D-16 ("Hytale articles coming soon" CTA). - Body content untouched (only frontmatter +1 line each). --- content/en/blog/test-kotlin-syntax.md | 1 + content/fr/blog/test-kotlin-syntax.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/en/blog/test-kotlin-syntax.md b/content/en/blog/test-kotlin-syntax.md index 870d5ea..f59a118 100644 --- a/content/en/blog/test-kotlin-syntax.md +++ b/content/en/blog/test-kotlin-syntax.md @@ -3,6 +3,7 @@ title: "Markdown Format Guide" description: "Complete reference of all elements and components available in articles" date: "2026-04-21" tags: ["guide", "markdown", "mdc"] +draft: true --- ## Basic Typography diff --git a/content/fr/blog/test-kotlin-syntax.md b/content/fr/blog/test-kotlin-syntax.md index a6e1444..29552ec 100644 --- a/content/fr/blog/test-kotlin-syntax.md +++ b/content/fr/blog/test-kotlin-syntax.md @@ -3,6 +3,7 @@ title: "Guide du format Markdown" description: "Référence complète de tous les éléments et composants disponibles dans les articles" date: "2026-04-21" tags: ["guide", "markdown", "mdc"] +draft: true --- ## Typographie de base