summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-04-16 15:45:21 +0800
committeramzrk22020-04-16 15:45:21 +0800
commite51e0f7b8954c61f312fbf2e3b0694d412c6f9bb (patch)
treeb717472616432b62a9ce6ae5e984e9cef8fd7578 /exampleSite
parente76c48a98316de4609d8add5973a0d90dfcae655 (diff)
downloadhugo-theme-fuji-e51e0f7b8954c61f312fbf2e3b0694d412c6f9bb.tar.gz
hugo-theme-fuji-e51e0f7b8954c61f312fbf2e3b0694d412c6f9bb.tar.bz2
hugo-theme-fuji-e51e0f7b8954c61f312fbf2e3b0694d412c6f9bb.zip
Optional intersection observer js
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0f43f56..6b7e189 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -56,6 +56,7 @@ paginate = 10
# Custom lazyload thumbnail
cdnLazyloadSRC = "https://cdn.jsdelivr.net/gh/amzrk2/poal-jsdelivr/lazyload/dsr_loading.svg"
# Custom css & js CDN
+ # cdnIntersectionObserverJS = "https://cdn.jsdelivr.net/npm/intersection-observer@0.7.0/intersection-observer.min.js" # Optional
cdnVanillaLazyloadJS = "https://cdn.jsdelivr.net/npm/vanilla-lazyload@15.1.1/dist/lazyload.min.js"
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"