From: Vladimír Vondruš Date: Sat, 3 Nov 2018 21:39:30 +0000 (+0100) Subject: site: enable debug CSS for local development. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=210e31e0985aaed42e6b44b0c2f8d193eb8368ba;p=blog.git site: enable debug CSS for local development. --- diff --git a/site/pelicanconf.py b/site/pelicanconf.py index 06fd35c4..e501835e 100644 --- a/site/pelicanconf.py +++ b/site/pelicanconf.py @@ -158,7 +158,9 @@ THEME_STATIC_DIR = 'static' M_THEME_COLOR = '#22272e' M_CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i&subset=latin-ext', 'static/m-dark.css', - #'static/m-debug.css' + # enable so we see the problems right away (not present for + # publish) + 'static/m-debug.css' ] #M_CSS_FILES = ['https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700,700i%7CSource+Code+Pro:400,400i,600', #'static/m-light.css']