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/gemini/hugo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/gemini/hugo.toml (limited to 'config/gemini/hugo.toml') diff --git a/config/gemini/hugo.toml b/config/gemini/hugo.toml new file mode 100644 index 0000000..5c0ee8e --- /dev/null +++ b/config/gemini/hugo.toml @@ -0,0 +1,8 @@ +disableKinds = ['RSS', 'section', 'sitemap', '404'] +publishDir = "public/capsule" + +[outputs] + home = ["Gemini", "Gemini_Atom"] + page = ["Gemini"] + taxonomy = ["Gemini", "Gemini_Atom"] + term = ["Gemini", "Gemini_Atom"] -- cgit v1.2.3