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