forked from github/pelican
use JSON values for extra settings in invoke template
Signed-off-by: Deniz Turgut <dturgut@gmail.com>
This commit is contained in:
parent
77e5381be7
commit
eca0ee04b7
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def livereload(c):
|
|||
from livereload import Server
|
||||
|
||||
def cached_build():
|
||||
cmd = '-s {settings_base} -e CACHE_CONTENT=True LOAD_CONTENT_CACHE=True'
|
||||
cmd = '-s {settings_base} -e CACHE_CONTENT=true LOAD_CONTENT_CACHE=true'
|
||||
pelican_run(cmd.format(**CONFIG))
|
||||
|
||||
cached_build()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue