adding documents to static paths

This commit is contained in:
manetta 2022-04-22 21:32:27 +02:00
parent 178adc6975
commit 84c88c804a
3 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
DEFAULT_PAGINATION = 200
DEFAULT_PAGINATION = 10
PLUGIN_PATHS = ["./pelican-plugins", "./plugins-custom"]
@ -84,3 +84,4 @@ THUMBNAIL_DIR = "images"
THUMBNAIL_SIZES = {"thumb": "200x?", "thumb2x": "400x?"}
CATEGORY_URL = "/{slug}.html"