diff options
author | amzrk2 | 2020-04-16 15:45:21 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-16 15:45:21 +0800 |
commit | e51e0f7b8954c61f312fbf2e3b0694d412c6f9bb (patch) | |
tree | b717472616432b62a9ce6ae5e984e9cef8fd7578 /exampleSite | |
parent | e76c48a98316de4609d8add5973a0d90dfcae655 (diff) | |
download | hugo-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.toml | 1 |
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" |