summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py33
1 files changed, 21 insertions, 12 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 3661260..534bace 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,12 +1,10 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*- #
-from __future__ import unicode_literals
-
AUTHOR = 'Audric Schiltknecht'
SITENAME = 'Ma vie, mon œuvre - oupa'
-SITEURL = ''
+SITEURL = ""
+
+PATH = "content"
-TIMEZONE = 'Europe/Paris'
+TIMEZONE = 'America/Toronto'
DEFAULT_LANG = 'fr'
@@ -14,18 +12,29 @@ DEFAULT_LANG = 'fr'
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
+AUTHOR_FEED_ATOM = None
+AUTHOR_FEED_RSS = None
+
+# Theme configuration
+THEME = "./themes/dev-urandom"
# Blogroll
LINKS = (('Wiki de Jérome', 'http://wiki.drouet.eu/'),)
-# Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True
+# Social widget
+# SOCIAL = (
+# ("You can add links in your config file", "#"),
+# ("Another social link", "#"),
+# )
-# THEMES
-THEME = "./themes/dev-urandom"
+DEFAULT_PAGINATION = 10
+
+DISPLAY_PAGES_ON_MENU=True
+
+# Uncomment following line if you want document-relative URLs when developing
+RELATIVE_URLS = True
# Static content to copy to output dir
STATIC_PATHS = ['static']
-# Footer text - License
-FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://schiltknecht.org" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>."""
+FOOTER_TEXT = """This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.schiltknecht.org" property="cc:attributionName" rel="cc:attributionURL">Audric Schiltknecht</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>."""