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