summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-04-14 16:56:25 +0800
committeramzrk22020-04-14 16:56:25 +0800
commitf78c71572b2bc7f408aca5a5b2843a2cd7e93524 (patch)
treeeefc860462dfe7dc40aa089d663ebe3411b39403 /exampleSite
parent971f9bd9155eccdeefe563a3608dc46d2132abab (diff)
downloadhugo-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.toml4
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]