fix: remove html config
This commit is contained in:
parent
284f6f2487
commit
8d4e5dbcfd
|
@ -25,26 +25,17 @@ title = "La capsule de Valvin"
|
|||
template = "atom.gmi"
|
||||
output = "atom.gmi"
|
||||
|
||||
[[tasks]]
|
||||
input = [".gmi"]
|
||||
output = ".html"
|
||||
preprocess.gmi = "gmnitohtml"
|
||||
output_dir = "public_html"
|
||||
static_dir = "static"
|
||||
template = ".html"
|
||||
|
||||
#[[tasks]]
|
||||
#input = [".gmi"]
|
||||
#output = ".html"
|
||||
#template = ".gmi"
|
||||
##postprocess = "gmnitohtml -t templates/html_template.html"
|
||||
#postprocess = "gmnitohtml"
|
||||
#static_dir = "static"
|
||||
#preprocess.gmi = "gmnitohtml"
|
||||
#output_dir = "public_html"
|
||||
|
||||
[[tasks.feeds]]
|
||||
input_dir = "./gemlog"
|
||||
url = "https://gmi.valvin.fr"
|
||||
title = "Valvin's Gemlog on tilde.team"
|
||||
template = "atom.xml"
|
||||
output = "atom.xml"
|
||||
#static_dir = "static"
|
||||
#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