From d3a96603070d574c1a14395af03539501a6d6ea3 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 17 Feb 2022 09:19:16 +0100 Subject: [PATCH] Do not create unneeded pages --- pelicanconf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 467024e..99c2638 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,3 +42,8 @@ DEFAULT_PAGINATION = False DELETE_OUTPUT_DIRECTORY = True + +# I am the only author, so no author page +# Also no index, as that is already a pageā€¦ +AUTHOR_SAVE_AS = '' +DIRECT_TEMPLATES = ['categories', 'tags', 'archives']