fix(config): add url to html config for atom feed

This commit is contained in:
valvin 2022-10-07 07:34:41 +02:00
parent a91952b99c
commit 118a42171b
1 changed files with 1 additions and 1 deletions

View File

@ -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"