1
0
Fork 0
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:
Deniz Turgut 2022-03-23 22:33:57 +03:00
commit eca0ee04b7
No known key found for this signature in database
GPG key ID: 87B7168D7AB3ED2F

View file

@ -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()