summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authoramzrk22020-04-20 16:29:46 +0800
committeramzrk22020-04-20 16:29:46 +0800
commit772d7335d3fb01cfd95a886e6a535f7f7e7ed979 (patch)
tree1057118ebd38960992a46263129d9d477035f474 /exampleSite/config.toml
parent720e662443db52ff09557ba7db3728cb56f2dda4 (diff)
downloadhugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.tar.gz
hugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.tar.bz2
hugo-theme-fuji-772d7335d3fb01cfd95a886e6a535f7f7e7ed979.zip
Add webp checker for dev use
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8a39090..3aa10a7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -61,6 +61,9 @@ paginate = 10
cdnJQueryJS = "https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"
cdnProgessJS = "https://cdn.jsdelivr.net/npm/progressbar.js@1.1.0/dist/progressbar.min.js"
+ # Replace all webp img if there are no fallback set (DEVELOPMENT USE ONLY)
+ # webpChecker = true
+
[markup]
[markup.highlight]
style = "monokailight"