From fca692c1c7676c920efef3773a35d96bf3ab99e9 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 21 Feb 2024 04:58:59 -0500 Subject: [PATCH] Fix output formats --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9dbed4e..abb461f 100644 --- a/config.toml +++ b/config.toml @@ -100,7 +100,7 @@ disableKinds = ["taxonomy", "term"] suffixes = ["webmanifest"] [outputFormats] - [outputFormats.Gemini] + [outputFormats.Gemtext] name = "GEMTEXT" isPlainText = true isHTML = false