From 6fd3f163d9d3a805e7a30817e7cd6b6589febf563981463e564d09b9a7029e4a Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 30 Apr 2022 00:00:00 +0000 Subject: Generate atom feed for Gemini --- config.toml | 8 +++++++- themes/journal | 2 +- 2 files changed, 8 insertions(+), 2 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 index 7aa9bdd..616757e 160000 --- a/themes/journal +++ b/themes/journal @@ -1 +1 @@ -Subproject commit 7aa9bdd5653fb01539e032f89d081aefccd25b578dc9de9626d06e4e6dd8bb29 +Subproject commit 616757e8f0fbca264c7d55ab925bba3b6fea4c1ec8618eb4d1ef1ff5e33837ff -- cgit v1.2.3