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