summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
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'