/ ‘pelicanconf.py’
This commit is contained in:
parent
c42db2f12f
commit
ddf423e088
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@ DEFAULT_PAGINATION = 5
|
||||||
# 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
|
||||||
|
|
||||||
|
# PLUGINS
|
||||||
|
PLUGIN_PATHS = ['/home/admin/pelican-plugins']
|
||||||
|
PLUGINS = ['assets', 'sitemap', 'gravatar']
|
||||||
|
|
||||||
# THEME / bulrush
|
# THEME / bulrush
|
||||||
import bulrush
|
import bulrush
|
||||||
THEME = bulrush.PATH
|
THEME = bulrush.PATH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue