fix(config): add url to html config for atom feed
This commit is contained in:
parent
a91952b99c
commit
118a42171b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue