From f6749201982372827df88ac14395d363319f6541 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 20 Nov 2019 02:55:34 +0100 Subject: [PATCH] set back DELETE_OUTPUT_DIRECTORY true --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 295f2cf..dd43fdf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -75,8 +75,7 @@ USE_FOLDER_AS_CATEGORY = True DISPLAY_PAGES_ON_MENU = False DISPLAY_CATEGORIES_ON_MENU = False -#DELETE_OUTPUT_DIRECTORY = True -DELETE_OUTPUT_DIRECTORY = False +DELETE_OUTPUT_DIRECTORY = True MENUITEMS = (('HOME |', '/index.html'), ('NEWS |', '/articles.html'),