From 8fbfc305995b5b9bc105018b7b6a8e5d99112eb2 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 27 May 2019 01:31:31 -0500 Subject: [PATCH] update config --- pelican/pelicanconf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pelican/pelicanconf.py b/pelican/pelicanconf.py index b5e737e..3d6e7a3 100644 --- a/pelican/pelicanconf.py +++ b/pelican/pelicanconf.py @@ -31,3 +31,6 @@ DEFAULT_PAGINATION = 20 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True + +USE_FOLDER_AS_CATEGORY = True # Use directories in content to specify the category +DEFAULT_CATEGORY = 'none'