From 15778ad57050c142cb43b75fd932063bd21d20fd Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 18 Dec 2010 22:17:12 +0000 Subject: [PATCH] Add the github url. --- pelican.conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican.conf.py b/pelican.conf.py index 88c66e4..769d2b3 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -5,6 +5,7 @@ SITENAME = u"Alexis' log" DISQUS_SITENAME = "blog-notmyidea" SITEURL = 'http://blog.notmyidea.org' +GITHUB_URL = "http://github.com/ametaireau/" LINKS = (('Biologeek', 'http://biologeek.org'), ('Filyb', "http://filyb.info/"),