2021-05-10 21:15:33 +02:00
|
|
|
title = "Example website"
|
2021-04-20 22:00:39 +02:00
|
|
|
|
2021-05-10 17:06:55 +02:00
|
|
|
[permalinks]
|
2021-10-03 01:20:47 +02:00
|
|
|
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Path }}/"
|
2021-04-20 22:00:39 +02:00
|
|
|
|
2021-05-10 17:06:55 +02:00
|
|
|
[[tasks]]
|
2022-02-09 21:52:22 +01:00
|
|
|
name = "Gemini"
|
2021-10-03 01:20:47 +02:00
|
|
|
url = "gemini://example.com"
|
2021-05-10 18:23:27 +02:00
|
|
|
input = [".gmi"]
|
|
|
|
output = ".gmi"
|
|
|
|
template = ".gmi"
|
2021-04-20 22:00:39 +02:00
|
|
|
static_dir = "static"
|
|
|
|
output_dir = "public"
|
2021-09-02 11:59:08 +02:00
|
|
|
|
|
|
|
[[tasks.feeds]]
|
|
|
|
input_dir = ""
|
|
|
|
title = "Example feed"
|
|
|
|
template = "atom.xml"
|
|
|
|
output = "atom.xml"
|