/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-05 23:43:11 +09:00
parent 7de2362c40
commit 94740a0342

View file

@ -40,6 +40,7 @@ DEFAULT_PAGINATION = 20
PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None}
TEMPLATE_PAGES = {'pages.html': 'pages.html'}
READERS = {'html': None}
STATIC_PATHS = ['content']
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True