From 5adb4522c9b7da52494067928875aa4d0d3eb355 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 4 Feb 2021 21:03:33 +0100 Subject: Css merge tool (and application with custom css) --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py index c4cb715..93b13f6 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -39,7 +39,7 @@ THEME= 'theme/Flex' PYGMENTS_STYLE = "monokai" SITELOGO= '/images/profile.png' SITETITLE= 'Chimrod' -CUSTOM_CSS='theme/custom.css' +#CUSTOM_CSS='theme/custom.css' MAIN_MENU=False COPYRIGHT_NAME="Sébastien Dailly" @@ -65,7 +65,7 @@ STATIC_PATHS = \ EXTRA_PATH_METADATA = \ { 'extras/robots.txt': {'path': 'robots.txt'} , 'extras/htaccess': {'path': '.htaccess' } - , 'extras/custom.css': {'path': 'theme/custom.css'} + , 'extras/style.min.css': {'path': 'theme/stylesheet/style.min.css'} , 'resources/viz.js/worker.js': {'path': 'resources/viz.js/worker.js'} , 'resources/viz.js/convert.js': {'path': 'resources/viz.js/convert.js'} , 'resources/viz.js/full.render.js': {'path': 'resources/viz.js/full.render.js'} -- cgit v1.2.3