Browse Source

setting the index items number to 50

transformations
mb@mb 7 years ago
parent
commit
34feccdec7
  1. 5
      pelicanconf.py

5
pelicanconf.py

@ -26,7 +26,7 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = 25
DEFAULT_PAGINATION = 50
# Uncomment following line if you want document-relative URLs when developing
PLUGIN_PATHS = ['./pelican-plugins', './plugins-custom']
@ -73,3 +73,6 @@ IMAGE_PATH ="images"
THUMBNAIL_KEEP_NAME = True
THUMBNAIL_DIR ="images"
THUMBNAIL_SIZES = {'thumb':'200x?', 'thumb2x':'400x?'}
# category url
CATEGORY_URL = '/{slug}.html'

Loading…
Cancel
Save