Update example site configuration

This commit is contained in:
adnano 2021-05-10 15:15:33 -04:00
parent bd3ffe23d9
commit 26f44d157a

View file

@ -1,17 +1,12 @@
# Site title
title = ""
# Site URLs
urls = []
title = "Example website"
urls = ["gemini://example.com"]
# Site feeds
[feeds]
"/" = "Example feed"
# Site permalinks
[permalinks]
"/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/'
# Site tasks
[[tasks]]
input = [".gmi"]
output = ".gmi"