summaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 8a0b815..8efbade 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -18,6 +18,10 @@ TIMEZONE = 'Europe/Athens'
DEFAULT_LANG = u'en'
LOCALE = ('en_US.UTF8',)
+
+# Category folders
+USE_FOLDER_AS_CATEGORY = False
+
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None