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 = "Example website"
title = "" urls = ["gemini://example.com"]
# Site URLs
urls = []
# Site feeds
[feeds] [feeds]
"/" = "Example feed" "/" = "Example feed"
# Site permalinks
[permalinks] [permalinks]
"/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/' "/" = '/{{ .Date.Format "2006/01/02" }}/{{ path.Base .Path }}/'
# Site tasks
[[tasks]] [[tasks]]
input = [".gmi"] input = [".gmi"]
output = ".gmi" output = ".gmi"