|
|
|
@ -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
|
|
|
|
|