From 0c47575c43749ed826a19d2b4f7292661412b5fa Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Thu, 13 Jun 2024 23:25:53 +0900 Subject: [PATCH] save pages to root --- pelicanconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index d31cc8a..381ea9a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -73,3 +73,6 @@ # RELATIVE_URLS = True COPYRIGHT_YEAR = datetime.date.today().year + +PAGE_URL = '{slug}' +PAGE_SAVE_AS = '{slug}.html'