blog.notmyidea.org/pelican.conf.py
2010-10-14 02:39:04 +01:00

16 lines
629 B
Python

# -*- coding: utf-8 -*-
THEME = '/usr/local/www/hg/repos/pelican/samples/themes/notmyidea'
AUTHOR = u'Alexis Métaireau'
BLOGNAME = u"Alexis' log"
BLOGURL = 'http://blog.notmyidea.org'
BLOGROLL = (('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'),)