diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 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"] |