summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-07-31 11:41:49 -0700
committerBrian Anderson <banderson@mozilla.com>2015-07-31 11:41:49 -0700
commitaf25d61f093146b0a852c2156573e3a0067b4720 (patch)
treee935724ad08c6e0a15b4af753b96fcc464927d00 /pelicanconf.py
parent0cd857977dc82e304d1c3e0c88e472232e231cf1 (diff)
Revert "Revert "Merge pull request #66 from webstream-io/rusty-makeover""
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 4acba8b..d308ab2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,7 +8,10 @@ SITEURL = 'http://this-week-in-rust.org/staging'
SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
-THEME = 'pelican-elegant-1.3'
+THEME = 'themes/rusted'
+
+PLUGIN_PATHS = ["plugins"]
+PLUGINS = ['assets']
TIMEZONE = 'America/New_York'