summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2015-07-31 13:14:33 -0400
committerBrian Anderson <andersrb@gmail.com>2015-07-31 13:14:33 -0400
commitc3cac9513ba843e90fb0379fd0ed5ceae3730fd8 (patch)
tree501ec3ae8757a53161f4f5f9866271ad19305a44 /pelicanconf.py
parentf71ce5cdc718544159f98cdf8d89494aadc30c86 (diff)
parent56bf7617b33ab6c202843175b80b7b1a4c49b627 (diff)
Merge pull request #66 from webstream-io/rusty-makeover
[WIP] A 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 dfc8373..8ca3f65 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -8,7 +8,10 @@ SITEURL = 'http://this-week-in-rust.org'
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'