diff options
| author | Dante Catalfamo | 2020-09-06 18:43:17 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-09-06 18:43:17 -0400 | 
| commit | a194b9c799c21085ca4da482a8d0f40744941c28 (patch) | |
| tree | f31617cdae5744c449e2764e590f84b82801022a | |
| parent | 9a2a51521fbdd6cd6d8eb1437bf0aabd96a53e55 (diff) | |
| download | blog-a194b9c799c21085ca4da482a8d0f40744941c28.tar.gz blog-a194b9c799c21085ca4da482a8d0f40744941c28.tar.bz2 blog-a194b9c799c21085ca4da482a8d0f40744941c28.zip | |
Update config for theme update
| -rw-r--r-- | config.toml | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/config.toml b/config.toml index 2a20963..191f7d6 100644 --- a/config.toml +++ b/config.toml @@ -6,8 +6,15 @@ enableEmoji = true  languageCode = "en"  enableRobotsTXT = true +[outputFormats] +   [outputFormats.SearchIndex] +       isPlainText = true +       notAlternative = true +       mediaType = "application/json" +       path = "/search/" +  [outputs] -    home = ["html", "rss", "json"] +    home = ["HTML", "RSS", "SearchIndex"]  [params]      author = "Dante Catalfamo" | 
