From e04c22dbb133e76da41874a8ff93fe7a87e46746bde735b014ef223e68af51c7 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Transition to new config file naming convention --- config/web/hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/web/hugo.toml (limited to 'config/web/hugo.toml') 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"] -- cgit v1.2.3