21 lines
453 B
TOML
21 lines
453 B
TOML
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"
|
|
template = "atom.gmi"
|
|
output = "atom.gmi"
|