blog.notmyidea.org/pelican.conf.py

27 lines
606 B
Python

# -*- coding: utf-8 -*-
#import sys
#sys.path.append('plugins')
#PLUGINS = ['touch', ]
PATH = "content"
AUTHOR = u'Alexis Métaireau'
SITENAME = u"Alexis, pensées partagées"
THEME = "pelicanyan"
# THEME = "theme"
CSS_FILE = "wide.css"
DISQUS_SITENAME = 'notmyidea'
SITEURL = ''
#SITEURL = 'http://blog.notmyidea.org'
RELATIVE_URLS = True
TIMEZONE = "Europe/Paris"
LOCALE = "fr_FR.utf8"
DEFAULT_DATE_FORMAT = ('%B %Y')
LINKS = [
('Code', 'https://github.com/ametaireau'),
('Messages courts', 'https://twitter.com/ametaireau'),
('A propos', 'http://blog.notmyidea.org/pages/about.html')
]