From 118a42171b045ff763c6bf2620cc85919059a618 Mon Sep 17 00:00:00 2001 From: valvin Date: Fri, 7 Oct 2022 07:34:41 +0200 Subject: [PATCH] fix(config): add url to html config for atom feed --- capsule/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/config.toml b/capsule/config.toml index a0f9c70..6aa0d8a 100644 --- a/capsule/config.toml +++ b/capsule/config.toml @@ -27,6 +27,7 @@ output = "atom.gmi" [[tasks]] input = [".gmi"] +url = "https://gmi.valvin.fr" output = ".html" preprocess.gmi = "gmnitohtml" output_dir = "public_html" @@ -35,7 +36,6 @@ template = ".html" [[tasks.feeds]] input_dir = "./gemlog" -url = "https://gmi.valvin.fr" title = "Valvin's Gemlog on tilde.team" template = "atom.xml" output = "atom.xml"