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]]
|
[[tasks]]
|
||||||
input = [".gmi"]
|
input = [".gmi"]
|
||||||
|
url = "https://gmi.valvin.fr"
|
||||||
output = ".html"
|
output = ".html"
|
||||||
preprocess.gmi = "gmnitohtml"
|
preprocess.gmi = "gmnitohtml"
|
||||||
output_dir = "public_html"
|
output_dir = "public_html"
|
||||||
|
@ -35,7 +36,6 @@ template = ".html"
|
||||||
|
|
||||||
[[tasks.feeds]]
|
[[tasks.feeds]]
|
||||||
input_dir = "./gemlog"
|
input_dir = "./gemlog"
|
||||||
url = "https://gmi.valvin.fr"
|
|
||||||
title = "Valvin's Gemlog on tilde.team"
|
title = "Valvin's Gemlog on tilde.team"
|
||||||
template = "atom.xml"
|
template = "atom.xml"
|
||||||
output = "atom.xml"
|
output = "atom.xml"
|
||||||
|
|
Loading…
Reference in New Issue