summaryrefslogtreecommitdiffstats
path: root/publishconf.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-01-21 12:10:58 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2013-01-21 12:10:58 +0100
commit5c4e85fe93ec3a713cf173db34e422072254d1c7 (patch)
treee1b0cb4d442e429a485d64eb2df3596e7d1360ca /publishconf.py
parentf62624ae5229ecc32fc57de8e6ae7aab051f9a4a (diff)
downloadblog-5c4e85fe93ec3a713cf173db34e422072254d1c7.tar.gz
Configuration update. Custom theme
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/publishconf.py b/publishconf.py
new file mode 100644
index 0000000..2a622e3
--- /dev/null
+++ b/publishconf.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*- #
+
+AUTHOR = u'Thibaut'
+SITENAME = u'the dam'
+SITEURL = u"http://thibaut.horel.org/blog"
+FEED_DOMAIN = SITEURL
+FEED_ALL_ATOM = "feeds/all.atom.xml"
+TIMEZONE = 'Europe/Paris'
+
+DEFAULT_LANG = u'en'
+DEFAULT_DATE_FORMAT = '%d %b %Y'
+
+
+MENUITEMS = [('feed', FEED_DOMAIN + "/" + FEED_ALL_ATOM)]
+DEFAULT_PAGINATION = False
+THEME="theme"
+FEED_ATOM = None
+CATEGORY_FEED_ATOM = None
+TRANSLATION_FEED_ATOM = None