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

12 lines
281 B
Python

# -*- coding: utf-8 -*-
PATH = "content"
AUTHOR = u'Alexis Métaireau'
SITENAME = u"Alexis' log"
THEME = "theme"
DISQUS_SITENAME = "blog-notmyidea"
SITEURL = 'http://blog.notmyidea.org'
GITHUB_URL = "http://github.com/ametaireau/"
TIMEZONE = "Europe/Paris"
LOCALE = "en_US.utf8"