diff options
Diffstat (limited to 'config/web/hugo.toml')
-rw-r--r-- | config/web/hugo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/web/hugo.toml b/config/web/hugo.toml new file mode 100644 index 0000000..872f18c --- /dev/null +++ b/config/web/hugo.toml @@ -0,0 +1,9 @@ +disableKinds = ['RSS', 'section'] +publishDir = "public/website" +enableRobotsTXT = true + +[outputs] + home = ["HTML", "Atom"] + page = ["HTML"] + taxonomy = ["HTML", "Atom"] + term = ["HTML", "Atom"] |