diff --git a/pelican.conf.py b/pelican.conf.py index 491d6c2..81deaaf 100644 --- a/pelican.conf.py +++ b/pelican.conf.py @@ -1,12 +1,12 @@ # -*- coding: utf-8 -*- -GITHUB_URL = 'http://github.com/ametaireau/' -DISQUS_SITENAME = "blog-notmyidea" AUTHOR = u'Alexis Métaireau' -PDF_PROCESSOR = True - SITENAME = u"Alexis' log" SITEURL = 'http://blog.notmyidea.org' +GITHUB_URL = 'http://github.com/ametaireau/' +DISQUS_SITENAME = "blog-notmyidea" +PDF_PROCESSOR = True + LINKS = (('Biologeek', 'http://biologeek.org'), ('Filyb', "http://filyb.info/"), ('Libert-fr', "http://www.libert-fr.com"),