From e5f6b7200d660913bf83edb7ffe9f74489ee17dc Mon Sep 17 00:00:00 2001 From: roughnecks Date: Sun, 13 Oct 2024 17:29:34 +0200 Subject: [PATCH 1/2] 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 -- 2.45.2 From 7997ad27d8e875a0d483491d32dc5634085f73ff Mon Sep 17 00:00:00 2001 From: roughnecks Date: Sun, 13 Oct 2024 17:32:16 +0200 Subject: [PATCH 2/2] uploaded favicon.ico --- files/favicon.ico | Bin 0 -> 1150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 files/favicon.ico diff --git a/files/favicon.ico b/files/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..061f6e2a2caa39821d64bad5d511d519af9ee290 GIT binary patch literal 1150 zcmZQzU<5(|0R|wcz>vYhz#zuJz@P!dKp~(AL>x#BYQP$C-ICQ|-exx6y&a6v4_G*T zc4o3#^zLD`?A^lwWOGGaux7RB*#p9CZfoW;GBU#b17fq-%{mDb_|GKi`ky1}h6|VD zygm>ggh6cH(31f$K8s1~6=eNDaRyemb(BOv4_#332iBI=GN9eg2c8`tSF#T+{)3*WH zZ~*cNo8Q4iHjfQuY_6;3GwYTA1PX!O&SE*?4O{eGK^E&N4`5>KKD!!#Y&Zb>-?a4# zPynn4Ml)+<{9_Bf5XlyDHk(Pp2`tB~p7x(5`kp>qGmwFNWA?gvbcCda9_qBcOR=um)9cC|N4?J4H8huX;Xm=8eapM=5UKWFz zAFR=L^-wfJIY2jQ0kJWA^le8@zx@@gc5^N<$@szj!>pG259p6nMixN~?I8EFTJ~IF z60`o##IFU{1GiVd{1;pB=?ua6ix_%A0ucYVV1}PU*nd{1rKeaUZ<{f4sbJL$)6eF# z_&BR!^#@jyrsu3y6VI}{ubaXeb<0sW?h+!Q;xqv$5%my^1!J$_Q$=;T|G>}!;RDP# WFgs8jg!zG39*FIMxE`Vhqz?c#bjUCO literal 0 HcmV?d00001 -- 2.45.2