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