diff options
Diffstat (limited to 'config/gemini/hugo.toml')
-rw-r--r-- | config/gemini/hugo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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"] |