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'