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/config.toml | 9 --------- config/web/hugo.toml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 config/web/config.toml create mode 100644 config/web/hugo.toml (limited to 'config/web') diff --git a/config/web/config.toml b/config/web/config.toml deleted file mode 100644 index 872f18c..0000000 --- a/config/web/config.toml +++ /dev/null @@ -1,9 +0,0 @@ -disableKinds = ['RSS', 'section'] -publishDir = "public/website" -enableRobotsTXT = true - -[outputs] - home = ["HTML", "Atom"] - page = ["HTML"] - taxonomy = ["HTML", "Atom"] - term = ["HTML", "Atom"] 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