mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
21 lines
385 B
Python
21 lines
385 B
Python
# -*- coding: utf-8 -*-
|
|
#import sys
|
|
#sys.path.append('plugins')
|
|
|
|
#PLUGINS = ['touch', ]
|
|
|
|
PATH = "content"
|
|
AUTHOR = u'Alexis Métaireau'
|
|
SITENAME = "Alexis' log"
|
|
THEME = "theme"
|
|
CSS_FILE = "wide.css"
|
|
DISQUS_SITENAME = 'notmyidea'
|
|
|
|
SITEURL = ''
|
|
#SITEURL = 'http://blog.notmyidea.org'
|
|
RELATIVE_URLS = True
|
|
|
|
TIMEZONE = "Europe/Paris"
|
|
LOCALE = "en_US.utf8"
|
|
|
|
DEFAULT_DATE_FORMAT = ('%B %Y')
|