gemini-capsule/capsule/config.toml

21 lines
453 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"
[[tasks.feeds]]
input_dir = "./gemlog"
title = "La capsule de Valvin"
2022-09-22 18:21:43 +00:00
template = "atom.gmi"
output = "atom.gmi"