From c1de117f91881cfd9a27b3f7929c1975a8d2d5ae Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Fri, 4 May 2018 13:07:26 +0200 Subject: [PATCH] pagination set to 500 now --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 15eafb7..0823a23 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'rra' SITENAME = 'Welcome to the Federation' -SITEURL = '' +SITEURL = 'localhost:8000' PATH = 'content' THEME = 'theme/wttf' @@ -36,7 +36,7 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None -DEFAULT_PAGINATION = 5 +DEFAULT_PAGINATION = 500 # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True