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'),