summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2014-12-09 08:53:58 -0800
committerMatt Brubeck <mbrubeck@limpet.net>2014-12-09 08:53:58 -0800
commit0442fe35dbdca9d47435a64ceaf5c4fee09f3175 (patch)
tree972dd9e61808288a261efadab8a479aaf28b69cb /pelicanconf.py
parent68e45715b533b4f7c11dd0d60d2895fba6520d03 (diff)
Add link to TWiR source on GitHub
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 8e5eff5..6a1b37b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -6,6 +6,8 @@ AUTHOR = u'Corey Richardson'
SITENAME = u"This Week in Rust"
SITEURL = 'http://this-week-in-rust.org'
+SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
+
THEME = 'pelican-elegant-1.3'
TIMEZONE = 'America/New_York'