From 404394fda78ce7d1c2eeafd1116cd9ec1df5ead9 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 20 Sep 2018 09:35:01 +0100 Subject: [PATCH] Update website config. --- www/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/conf.py b/www/conf.py index 7e012f5a..b4145237 100644 --- a/www/conf.py +++ b/www/conf.py @@ -251,11 +251,11 @@ COMPILERS = { # Use date-based path when creating posts? # Can be enabled on a per-post basis with `nikola new_post -d`. # The setting is ignored when creating pages (`-d` still works). -# NEW_POST_DATE_PATH = False +NEW_POST_DATE_PATH = True # What format to use when creating posts with date paths? # Default is '%Y/%m/%d', other possibilities include '%Y' or '%Y/%m'. -# NEW_POST_DATE_PATH_FORMAT = '%Y/%m/%d' +NEW_POST_DATE_PATH_FORMAT = '%Y/%m' # If this is set to True, the DEFAULT_LANG version will be displayed for # untranslated posts. @@ -1049,12 +1049,12 @@ RSS_COPYRIGHT_FORMATS = CONTENT_FOOTER_FORMATS # systems. The following comment systems are supported by Nikola: # disqus, facebook, googleplus, intensedebate, isso, livefyre, muut # You can leave this option blank to disable comments. -COMMENT_SYSTEM = "disqus" +COMMENT_SYSTEM = "" # And you also need to add your COMMENT_SYSTEM_ID which # depends on what comment system you use. The default is # "nikolademo" which is a test account for Disqus. More information # is in the manual. -COMMENT_SYSTEM_ID = "mosquitto" +#COMMENT_SYSTEM_ID = "mosquitto" # Enable annotations using annotateit.org? # If set to False, you can still enable them for individual posts and pages