You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
418 B
TOML

title = "talon.computer"
urls = ["https://talon.computer"]
# urls = ["https://talon.computer", "gemini://talon.computer"]
# [feeds]
# "/log/" = "talon.computer/log"
[[tasks]]
input = [".gmi"]
output = ".html"
template = ".gmi"
postprocess = "gmi-web --html en --foreground #444444 --background #9EEBCF"
output_dir = "build/html"
[[tasks]]
input = [".gmi"]
output = ".gmi"
template = ".gmi"
output_dir = "build/gmi"