From 8175c17c9cf0791944db4e6c8f994380bebfcf6c Mon Sep 17 00:00:00 2001 From: Vitaly Potyarkin Date: Fri, 21 Aug 2020 10:43:57 +0300 Subject: [PATCH] Use old style for demo build --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 4c6b407..c9630d7 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -51,6 +51,7 @@ BOOTSTRAPIFY = { # Theme settings -------------------------------------------------------------- THEME = 'themes/pelican-alchemy/alchemy' +THEME_CSS_OVERRIDES = ['theme/css/oldstyle.css'] SITESUBTITLE = 'A magical \u2728 Pelican theme' SITEIMAGE = '/images/profile.jpg width=200 height=200'