/ ‘pelicanconf.py’

This commit is contained in:
Dooho Yi 2020-04-13 01:18:17 +09:00
parent c42db2f12f
commit ddf423e088

View file

@ -35,6 +35,10 @@ DEFAULT_PAGINATION = 5
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True
# PLUGINS
PLUGIN_PATHS = ['/home/admin/pelican-plugins']
PLUGINS = ['assets', 'sitemap', 'gravatar']
# THEME / bulrush
import bulrush
THEME = bulrush.PATH