diff options
author | amzrk2 | 2020-04-14 16:56:25 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-14 16:56:25 +0800 |
commit | f78c71572b2bc7f408aca5a5b2843a2cd7e93524 (patch) | |
tree | eefc860462dfe7dc40aa089d663ebe3411b39403 /exampleSite | |
parent | 971f9bd9155eccdeefe563a3608dc46d2132abab (diff) | |
download | hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.gz hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.tar.bz2 hugo-theme-fuji-f78c71572b2bc7f408aca5a5b2843a2cd7e93524.zip |
Add scroll to top button
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 66bc4c3..57c75cb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -18,6 +18,9 @@ paginate = 10 # Bangumi image chart id # bgmImageChart = "000000" + # Show scroll to top button + scrollTop = true + # License license = "知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议 (CC BY-NC-SA 4.0)" licenseLink = "http://creativecommons.org/licenses/by-nc-sa/4.0/" @@ -34,6 +37,7 @@ paginate = 10 # Custom css & js CDN 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" [markup] [markup.highlight] |