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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default/config.toml')
-rw-r--r--exampleSite/config/_default/config.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 509898c..a34be73 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -33,7 +33,17 @@ disableKinds = ["taxonomyTerm"]
startLevel = 2
[outputs]
- home = ["HTML", "RSS", "JSON"]
+ page = ["HTML", "SearchIndex"]
+ home = ["HTML", "RSS", "SearchIndex"]
+ section = ["HTML", "RSS", "SearchIndex"]
+ taxonomy = ["HTML", "RSS", "SearchIndex"]
+
+[outputFormats]
+ [outputFormats.SearchIndex]
+ mediaType = "application/json"
+ baseName = "index"
+ isPlainText = true
+ notAlternative = true
[taxonomies]
tag = "tags"