Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-07-05 13:46:37 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-07-05 13:46:37 +0300
commit2594206dab5f39324b47733abd1efb443cd74b89 (patch)
tree65486dbe6dafda98dedf1b7ff4b2927cf66ca678 /exampleSite
parent6aad580c2e4d71fc3c142046fdfca94d222a74b0 (diff)
add fuse.js for search box
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 97bcd46..7882c07 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,6 +20,7 @@ Tokiwa-iro is the theme color of this site.
"""
favicon = "img/favicon-32x32.png"
math = true # for introducing $KaTEX$
+fuse = true # for searchbox. "JSON" must added to output contents. See [outputs].
env = "production" # for Google Analytics and DISQUS.
useChineseFonts = true
bannerFont = "fonts/exampleFont"
@@ -63,3 +64,6 @@ mail="mailto:anon@example.com"
youtube="http://youtube.com/"
github="http://github.com/"
# any icon in layouts/partials/svg can be used by the name without the "-line.svg"
+
+[outputs]
+ home = ["HTML", "RSS", "JSON"]