This commit is contained in:
2021-06-29 00:33:34 +01:00
parent a3ac6ed534
commit 68fc7c2753
4 changed files with 20 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
title = "Example website"
urls = ["gemini://example.com"]
title = "nikdoof's gemlog"
urls = ["gemini://dimension.sh/~nikdoof"]
[feeds]
"/" = "Example feed"
"/logs/" = "nikdoof's gemlog"
[permalinks]
"/" = "/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
"/logs/" = "/logs/{{ .Date.Format `2006/01/02` }}/{{ path.Base .Permalink }}/"
[[tasks]]
input = [".gmi"]