modified: pelicanconf.py
This commit is contained in:
parent
659cb1564f
commit
b78f1e036c
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ DEFAULTS = {
|
|||
#'THEME' : 'pelican-themes/svbhack',
|
||||
'THEME' : 'pelican-themes/pelican-svbhack',
|
||||
'GOOGLE_ANALYTICS' : '',
|
||||
'PLAUSIBLE_ANALYTICS' : '',
|
||||
'REMARKBOX' : None,
|
||||
'LINKPEEK_APIKEY' : None,
|
||||
'LINKPEEK_SECRET' : None,
|
||||
|
|
@ -26,6 +27,7 @@ SITEURL = get_environ_or_default('SITEURL')
|
|||
THEME = get_environ_or_default('THEME')
|
||||
|
||||
GOOGLE_ANALYTICS = get_environ_or_default('GOOGLE_ANALYTICS')
|
||||
PLAUSIBLE_ANALYTICS = get_environ_or_default('PLAUSIBLE_ANALYTICS')
|
||||
|
||||
REMARKBOX = get_environ_or_default('REMARKBOX')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue