diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -4,6 +4,20 @@ title = "danix.xyz" theme = "danix-xyz-hacker" enableRobotsTXT = true +# Output format definitions +[outputFormats] + [outputFormats.JSON] + name = "JSON" + mediaType = "application/json" + baseName = "search-index" + isPlainText = true + +# Output formats +[outputs] + home = ["HTML", "JSON"] + section = ["HTML"] + page = ["HTML"] + # Hugo Pipes [minify] minifyOutput = false |
