diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c236da4..2d7e16b 100644 --- a/config.toml +++ b/config.toml @@ -6,3 +6,12 @@ tagline = "Hello do d-s's weblog!" defaultDescription = "Welcome to my blog!" plausibleDomain = "d-s.sh" +[outputFormats.TXT] + mediaType = "text/plain" + sufix = "txt" + isPlainText = true + +[outputs] + home = [ "HTML", "RSS", "TXT" ] + term = [ "HTML" ] + taxonomy = [ "HTML" ] |