title = "adnano.co"
urls = ["https://adnano.co", "gemini://adnano.co"]
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
[[tasks]]
name = "gemini"
input = [".gmi"]
output = ".gmi"
template = ".gmi"
output_dir = "public/gemini"
url = "gemini://adnano.co"
[[tasks.feeds]]
input_dir = "."
title = "adnano.co"
template = "atom.xml"
output = "atom.xml"
[[tasks]]
name = "https"
input = [".md", ".gmi"]
output = ".html"
template = ".html"
preprocess.md = "mdtohtml"
preprocess.gmi = "gmnitohtml"
static_dir = "static"
output_dir = "public/https"
url = "https://adnano.co"
[[tasks.feeds]]
input_dir = "."
title = "adnano.co"
template = "atom.xml"
output = "atom.xml"