From 8d4e5dbcfd9e9172f381b02da199a51266765897 Mon Sep 17 00:00:00 2001 From: valvin Date: Wed, 5 Oct 2022 21:46:10 +0200 Subject: [PATCH] fix: remove html config --- capsule/config.toml | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/capsule/config.toml b/capsule/config.toml index f6e7e3a..edb407a 100644 --- a/capsule/config.toml +++ b/capsule/config.toml @@ -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"