From: Vladimír Vondruš Date: Sun, 5 Nov 2017 17:21:58 +0000 (+0100) Subject: site: publish only what's needed from the theme. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9fdb1821c32c81cc9423495e30790b100ae8d726;p=blog.git site: publish only what's needed from the theme. --- diff --git a/site/publishconf.py b/site/publishconf.py index 1653b664..4ddb960b 100644 --- a/site/publishconf.py +++ b/site/publishconf.py @@ -34,3 +34,4 @@ DELETE_OUTPUT_DIRECTORY = True 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.compiled.css'] +THEME_STATIC_PATHS = ['static/m-dark.compiled.css']