diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc392bc..c8e2ec0 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,7 +19,11 @@ disableKinds = ['RSS'] [outputFormats.humanstxt] mediaType = 'text/plain' baseName = 'humans' + rel = 'author' isPlainText = true + isHTML = false + noUgly = true + permalinkable = false # Atom feed. # For more see: https://validator.w3.org/feed/docs/atom.html#whatIsAtom |
