1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-04 19:16:06 +02:00

Update example site configuration

This commit is contained in:
Adnan Maolood 2021-05-10 15:15:33 -04:00
parent aee95d68d0
commit 462cbe442a

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"