diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3d03c3b..e25942d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -16,8 +16,15 @@ paginate = 10 # googleAnalytics = "UA-000000000-0" # Set your Google Analytics UA here +[outputFormats] + [outputFormats.SearchIndex] + isPlainText = true + notAlternative = true + mediaType = "application/json" + path = "/search/" + [outputs] - home = ["html", "rss", "json"] + home = ["HTML", "RSS", "SearchIndex"] [permalinks] post = "/:section/:filename/" # Custom post links, e.g. "/:year/:month/:title/" |