chiark / gitweb /
site: enable debug CSS for local development.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 3 Nov 2018 21:39:30 +0000 (22:39 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 4 Nov 2018 12:00:03 +0000 (13:00 +0100)
site/pelicanconf.py

index 06fd35c4d6b19d1d88f6ff3f830f1a13afdf7d31..e501835e2fd5936bf39e28a55b22291b3a72d6fe 100644 (file)
@@ -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']