From 2fa8d0a92f012a6516050a07b09db99aa5e83dd9 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 18 Feb 2024 20:49:55 +0000 Subject: [PATCH] Exclude notes list from RSS For some reason, it gets included twice, too --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4c6db8e..ab9d69f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -111,5 +111,5 @@ plugins: as_creation: "date" as_update: false json_feed_enabled: false - match_path: "notes/.*" + match_path: "notes\/(?!(index\\.md)$).+" - material-plausible