blog.notmyidea.org/pelican.conf.py
2012-03-30 02:00:04 +02:00

24 lines
742 B
Python

# -*- coding: utf-8 -*-
PATH = "content"
AUTHOR = u'Alexis Métaireau'
SITENAME = u"Alexis' log"
THEME = "theme"
TYPOGRIFY = True
SITEURL = 'http://blog.notmyidea.org'
GITHUB_URL = "http://github.com/ametaireau/"
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'),)
TIMEZONE = "Europe/Paris"
LOCALE = "en_US.utf8"