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"