This repository has been archived on 2023-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www-2/config.toml

24 lines
477 B
TOML

title = "OpenBSD pour tou.te.s"
[permalinks]
"/" = "{{with .Params.slug}}/{{.}}/{{else}}{{.Path}}{{end}}"
[[tasks]]
name = "gemini"
input = [".md", ".gmi"]
output = ".gmi"
template = ".gmi"
preprocess.md = "md2gemini --links copy"
static_dir = "static"
output_dir = "public/gemini"
[[tasks]]
name = "https"
input = [".md", ".gmi"]
output = ".html"
template = ".html"
preprocess.md = "mdtohtml"
preprocess.gmi = "gmnitohtml"
static_dir = "static"
output_dir = "public/https"