summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authoramzrk22020-06-14 23:30:00 +0800
committeramzrk22020-06-14 23:30:00 +0800
commit72ccecdc5b8bd5fef140c706902eb2139068d748 (patch)
treead1e5741162d910a7f4af7cca6295ce71ee9ef6d /exampleSite
parent89fc2917985d3da944af8116e101748267d66104 (diff)
downloadhugo-theme-fuji-72ccecdc5b8bd5fef140c706902eb2139068d748.tar.gz
hugo-theme-fuji-72ccecdc5b8bd5fef140c706902eb2139068d748.tar.bz2
hugo-theme-fuji-72ccecdc5b8bd5fef140c706902eb2139068d748.zip
Generate json for searching
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 72e22b7..7df8ba0 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,6 +2,8 @@ baseURL = "https://example.com"
title = "Hugo Theme Fuji"
theme = "fuji"
+[outputs]
+ home = ["html", "rss", "json"]
hasCJKLanguage = true
enableEmoji = true
enableRobotsTXT = true