From b8ed6bef25ed6c8bf4b68563342239ec8aaae6e3 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 17 Feb 2026 16:45:25 +0000 Subject: [PATCH 1/2] Don't use underscores --- .../aio-libs/{2026-02-18_new_site.md => 2026-02-18_new-site.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/news/aio-libs/{2026-02-18_new_site.md => 2026-02-18_new-site.md} (100%) diff --git a/content/news/aio-libs/2026-02-18_new_site.md b/content/news/aio-libs/2026-02-18_new-site.md similarity index 100% rename from content/news/aio-libs/2026-02-18_new_site.md rename to content/news/aio-libs/2026-02-18_new-site.md From 211b20de6b29adfc2433d408485392941ca4c318 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 17 Feb 2026 16:49:25 +0000 Subject: [PATCH 2/2] Update pelicanconf.py --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 35c5d68..d18ff0a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -73,7 +73,7 @@ def sponsors(preprocessor: Preprocessor, tag: str, markup: str) -> str: INDEX_SAVE_AS = "news/index.html" # Pages we use prefix in order to split the menu between projects and general links. # News we set the default tag to the subdirectory. This can be overriden by Tags: header if multiple tags are wanted. -PATH_METADATA = r"((pages/(?P([^/]+/)|))|(news/(?P[^/]+)/(?P\d{4}-\d{2}-\d{2})_))(?P.*)\.md" +PATH_METADATA = r"((pages/(?P([^/]+/)|))|(news/(?P[^/]+)/(?P\d{4}-\d{2}-\d{2})_))(?P[^_]+)\.md" PAGE_URL = "{prefix}{slug}/" PAGE_SAVE_AS = "{prefix}{slug}/index.html" # We use tags as categories, so we can occasionally put something under multiple categories.