/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-05-05 23:43:32 +09:00
parent 94740a0342
commit d13e355e0e

View file

@ -40,7 +40,7 @@ DEFAULT_PAGINATION = 20
PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None} PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None}
TEMPLATE_PAGES = {'pages.html': 'pages.html'} TEMPLATE_PAGES = {'pages.html': 'pages.html'}
READERS = {'html': None} READERS = {'html': None}
STATIC_PATHS = ['content'] #STATIC_PATHS = ['content']
# 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