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"
|
template = "atom.gmi"
|
||||||
output = "atom.gmi"
|
output = "atom.gmi"
|
||||||
|
|
||||||
[[tasks]]
|
|
||||||
input = [".gmi"]
|
|
||||||
output = ".html"
|
|
||||||
preprocess.gmi = "gmnitohtml"
|
|
||||||
output_dir = "public_html"
|
|
||||||
static_dir = "static"
|
|
||||||
template = ".html"
|
|
||||||
|
|
||||||
#[[tasks]]
|
#[[tasks]]
|
||||||
#input = [".gmi"]
|
#input = [".gmi"]
|
||||||
#output = ".html"
|
#output = ".html"
|
||||||
#template = ".gmi"
|
#preprocess.gmi = "gmnitohtml"
|
||||||
##postprocess = "gmnitohtml -t templates/html_template.html"
|
|
||||||
#postprocess = "gmnitohtml"
|
|
||||||
#static_dir = "static"
|
|
||||||
#output_dir = "public_html"
|
#output_dir = "public_html"
|
||||||
|
#static_dir = "static"
|
||||||
[[tasks.feeds]]
|
#template = ".html"
|
||||||
input_dir = "./gemlog"
|
#
|
||||||
url = "https://gmi.valvin.fr"
|
#[[tasks.feeds]]
|
||||||
title = "Valvin's Gemlog on tilde.team"
|
#input_dir = "./gemlog"
|
||||||
template = "atom.xml"
|
#url = "https://gmi.valvin.fr"
|
||||||
output = "atom.xml"
|
#title = "Valvin's Gemlog on tilde.team"
|
||||||
|
#template = "atom.xml"
|
||||||
|
#output = "atom.xml"
|
||||||
|
|
Loading…
Reference in New Issue