From e42bb16228545fec7a0951770043b8f28fb00520 Mon Sep 17 00:00:00 2001 From: lidia pereira Date: Wed, 19 Jun 2019 15:06:21 +0200 Subject: [PATCH] set delete output directory to true --- pelicanconf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pelicanconf.py b/pelicanconf.py index 8ba9c41..5ea608c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -50,5 +50,7 @@ MARKDOWN = {'extensions': DISPLAY_CATEGORIES_ON_MENU = True +DELETE_OUTPUT_DIRECTORY = True + # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True