aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 2 insertions, 2 deletions
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'}