Files
dimension-sh-nikdoof-web/config.toml
2021-06-29 12:55:08 +01:00

17 lines
339 B
TOML

title = "nikdoof's gemlog"
urls = ["gemini://dimension.sh/~nikdoof"]
[feeds]
"/logs/" = "nikdoof's gemlog"
[permalinks]
"/logs/" = "/logs/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
[[tasks]]
input = [".gmi", ".md"]
output = ".gmi"
template = ".gmi"
static_dir = "static"
output_dir = "public"
preprocess.md = "md2gmn"