Initial commit

This commit is contained in:
2021-06-29 00:15:47 +01:00
commit 8dd7877c87
8 changed files with 87 additions and 0 deletions

15
config.toml Normal file
View File

@@ -0,0 +1,15 @@
title = "Example website"
urls = ["gemini://example.com"]
[feeds]
"/" = "Example feed"
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
[[tasks]]
input = [".gmi"]
output = ".gmi"
template = ".gmi"
static_dir = "static"
output_dir = "public"