diff options
-rw-r--r-- | conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -358,11 +358,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. -# 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' # If this is set to True, the DEFAULT_LANG version will be displayed for # untranslated posts. @@ -921,7 +921,7 @@ IMAGE_FOLDERS = {'images': 'images'} # ) # Show teasers (instead of full posts) in indexes? Defaults to False. -# INDEX_TEASERS = False +INDEX_TEASERS = True # HTML fragments with the Read more... links. # The following tags exist and are replaced for you: |