aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-05-08 10:54:59 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-05-08 15:47:02 +0200
commit22e881fa89e4b3b8f6207d2c2e8713c2ff919400 (patch)
treeaed2733a92661a803801ab8876558d794c62e515 /pelicanconf.py
parentfaf19242226324b95ad96cb01d29131e7ba65e50 (diff)
Added articlelogo on main page
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 6edae01..cd38cc3 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -19,7 +19,6 @@ DEFAULT_LANG = u'fr'
#SOCIAL = (('You can add links in your config file', '#'),
# ('Another social link', '#'),)
-DEFAULT_PAGINATION = 4
FEED_DOMAIN = SITEURL
FEED_RSS = 'feed'
FEED_ATOM = 'feeds/atom.xml'
@@ -27,6 +26,8 @@ FEED_MAX_ITEMS=5
TAG_FEED_RSS = 'feeds/%s.xml'
TAG_FEED_ATOM = 'feeds/%s.atom'
+DEFAULT_PAGINATION = FEED_MAX_ITEMS
+
ARTICLE_URL = u'{date:%Y}/{date:%m}/{slug}/'
ARTICLE_SAVE_AS = u'{date:%Y}/{date:%m}/{slug}/index.html'