blog.notmyidea.org/pelican.conf.py

15 lines
300 B
Python

# -*- coding: utf-8 -*-
PATH = "content"
AUTHOR = 'Alexis Métaireau'
SITENAME = "Alexis' log"
THEME = "theme"
CSS_FILE = "wide.css"
SITEURL = 'http://blog.notmyidea.org'
GITHUB_URL = "http://github.com/ametaireau/"
TIMEZONE = "Europe/Paris"
LOCALE = "en_US.utf8"
DEFAULT_DATE_FORMAT = ('%B %Y')