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