diff options
-rw-r--r-- | config.toml | 6 | ||||
m--------- | themes/journal | 0 |
2 files changed, 1 insertions, 5 deletions
diff --git a/config.toml b/config.toml index bbddca5..3225f58 100644 --- a/config.toml +++ b/config.toml @@ -52,16 +52,11 @@ rssLimit = 20 [outputFormats.Atom] mediaType = "application/atom" baseName = "atom" - isPlainText = false [outputFormats.Gemini] - protocol = "gemini://" mediaType = "text/gemini" - isPlainText = true - isHTML = false [outputFormats.Gemini_Atom] mediaType = "application/atom" baseName = "atom" - isPlainText = true path = "gemini_atom" [markup] @@ -70,6 +65,7 @@ rssLimit = 20 hardWraps = true [markup.goldmark.extensions] linkify = false + typographer = false [outputs] home = ["HTML", "Gemini", "Atom", "Gemini_Atom"] diff --git a/themes/journal b/themes/journal -Subproject 616757e8f0fbca264c7d55ab925bba3b6fea4c1 +Subproject 2ac67528156e58f77fcd665b366bc4e44060ebb |