blog.notmyidea.org/pelican.conf.py
Alexis Metaireau 32b9c7549a Output PDFs
2010-11-06 02:27:16 +00:00

19 lines
714 B
Python

# -*- 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'
LINKS = (('Biologeek', 'http://biologeek.org'),
('Filyb', "http://filyb.info/"),
('Libert-fr', "http://www.libert-fr.com"),
('N1k0', "http://prendreuncafe.com/blog/"),
(u'Tarek Ziadé', "http://ziade.org/blog"),
('Zubin Mithra', "http://zubin71.wordpress.com/"),)
SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
('lastfm', 'http://lastfm.com/user/akounet'),
('github', 'http://github.com/ametaireau'),)