From e5f6b7200d660913bf83edb7ffe9f74489ee17dc Mon Sep 17 00:00:00 2001 From: roughnecks Date: Sun, 13 Oct 2024 17:29:34 +0200 Subject: [PATCH] added files and favicon configuration --- conf.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/conf.py b/conf.py index 4651730..2fd413d 100644 --- a/conf.py +++ b/conf.py @@ -305,7 +305,7 @@ TIMEZONE = "Europe/Vilnius" # One or more folders containing files to be copied as-is into the output. # The format is a dictionary of {source: relative destination}. # Default is: -# FILES_FOLDERS = {'files': ''} +FILES_FOLDERS = {'files': ''} # Which means copy 'files' into 'output' # One or more folders containing code listings to be processed and published on @@ -946,10 +946,9 @@ IMAGE_FOLDERS = {'images': 'images'} # FAVICONS contains (name, file, size) tuples. # Used to create favicon link like this: # -# FAVICONS = ( -# ("icon", "/favicon.ico", "16x16"), -# ("icon", "/icon_128x128.png", "128x128"), -# ) +FAVICONS = ( + ("icon", "/favicon.ico", "16x16"), +) # Show teasers (instead of full posts) in indexes? Defaults to False. # INDEX_TEASERS = False