gemini-capsule/capsule/config.toml

42 lines
875 B
TOML
Raw Normal View History

2022-09-18 11:30:04 +00:00
title = "La capsule de Valvin"
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
"/gemlog/" = "/gemlog/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
[[tasks]]
name = "Gemini"
url = "gemini://gmi.valvin.fr"
input = [".gmi"]
output = ".gmi"
template = ".gmi"
static_dir = "static"
output_dir = "public"
2022-09-22 18:35:00 +00:00
[[tasks.feeds]]
input_dir = "./gemlog"
title = "La capsule de Valvin"
template = "atom.xml"
output = "atom.xml"
2022-09-18 11:30:04 +00:00
[[tasks.feeds]]
input_dir = "./gemlog"
title = "La capsule de Valvin"
2022-09-22 18:21:43 +00:00
template = "atom.gmi"
output = "atom.gmi"
2022-10-03 20:26:19 +00:00
#[[tasks]]
#input = [".gmi"]
#output = ".html"
2022-10-05 19:46:10 +00:00
#preprocess.gmi = "gmnitohtml"
2022-10-03 20:26:19 +00:00
#output_dir = "public_html"
2022-10-05 19:46:10 +00:00
#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"