diff options
-rw-r--r-- | config.toml | 8 | ||||
m--------- | themes/journal | 0 |
2 files changed, 7 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 39b5cd2..bbddca5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ theme = "hugo-theme-nicksphere" +baseURL = "https://nicksphere.ch" title = "Nick's Journal" copyright = "CC BY-SA 4.0" languageCode = "en-us" @@ -57,6 +58,11 @@ rssLimit = 20 mediaType = "text/gemini" isPlainText = true isHTML = false + [outputFormats.Gemini_Atom] + mediaType = "application/atom" + baseName = "atom" + isPlainText = true + path = "gemini_atom" [markup] [markup.goldmark] @@ -66,5 +72,5 @@ rssLimit = 20 linkify = false [outputs] - home = ["HTML", "Gemini", "Atom"] + home = ["HTML", "Gemini", "Atom", "Gemini_Atom"] page = ["HTML", "Gemini"] diff --git a/themes/journal b/themes/journal -Subproject 7aa9bdd5653fb01539e032f89d081aefccd25b5 +Subproject 616757e8f0fbca264c7d55ab925bba3b6fea4c1 |