Browse Source

pagination set to 500 now

master
mb@mb 7 years ago
parent
commit
c1de117f91
  1. 4
      pelicanconf.py

4
pelicanconf.py

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = 'rra' AUTHOR = 'rra'
SITENAME = 'Welcome to the Federation' SITENAME = 'Welcome to the Federation'
SITEURL = '' SITEURL = 'localhost:8000'
PATH = 'content' PATH = 'content'
THEME = 'theme/wttf' THEME = 'theme/wttf'
@ -36,7 +36,7 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = 5 DEFAULT_PAGINATION = 500
# Uncomment following line if you want document-relative URLs when developing # Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True #RELATIVE_URLS = True

Loading…
Cancel
Save