From 3c644b506e56140fc5617217465ee6484b74710f Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sun, 8 Mar 2026 00:28:45 +0100 Subject: [PATCH] fix(post-types): keep runtime-supported type map in sync --- README.md | 3 +-- indiekit.config.mjs | 7 ------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index fa9dc9fc..c76ef387 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ - `content/likes/{slug}.md` - `content/photos/{slug}.md` - `content/replies/{slug}.md` -- `content/reposts/{slug}.md` - `content/pages/{slug}.md` - If these paths do not match the content repo structure, edit/delete actions can fail with GitHub `Not Found`. +- Reposts are handled as property-based posts (`repostOf` / `repost_of`) and rendered through the `reposts` collection in the Eleventy theme. ## Post URLs @@ -36,7 +36,6 @@ - `https://blog.giersig.eu/likes/{slug}/` - `https://blog.giersig.eu/photos/{slug}/` - `https://blog.giersig.eu/replies/{slug}/` -- `https://blog.giersig.eu/reposts/{slug}/` - `https://blog.giersig.eu/{slug}/` (page post type) ## GitHub tokens diff --git a/indiekit.config.mjs b/indiekit.config.mjs index 511d7076..55505bd1 100644 --- a/indiekit.config.mjs +++ b/indiekit.config.mjs @@ -79,13 +79,6 @@ export default { url: "https://blog.giersig.eu/replies/{slug}/", }, }, - repost: { - name: "Repost", - post: { - path: "content/reposts/{slug}.md", - url: "https://blog.giersig.eu/reposts/{slug}/", - }, - }, page: { name: "Seite", post: {