club-gemini-capsule/config.toml

36 lines
726 B
TOML

title = "Valvin's capsule on tilde.club"
[permalinks]
"/" = "{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
[[tasks]]
name = "Gemini"
url = "gemini://tilde.club/~valvin/"
input = [".gmi"]
output = ".gmi"
template = ".gmi"
static_dir = "static"
output_dir = "/home/valvin/public_gemini"
[[tasks.feeds]]
input_dir = "."
title = "Valvin's gemlog on tilde.club"
template = "atom.xml"
output = "atom.xml"
[[tasks]]
input = [".gmi"]
url = "https://tilde.club/~valvin"
output = ".html"
preprocess.gmi = "gmnitohtml"
output_dir = "/home/valvin/public_html"
static_dir = "static"
template = ".html"
[[tasks.feeds]]
input_dir = "."
title = "Valvin's gemlog on tilde.club (html)"
template = "atom.xml"
output = "atom.xml"