Add actually simple syndication

main
Stef Dunlap 2023-01-12 11:12:37 -05:00
parent dce3900e9f
commit abdf76368d
2 changed files with 16 additions and 0 deletions

View File

@ -8,3 +8,15 @@ enableEmoji = true
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[mediaTypes."text/ass"]
suffixes = ["ass"]
[outputFormats]
[outputFormats.ActuallySimpleSyndication]
baseName = 'feed'
isPlainText = true
mediaType = 'text/ass'
[outputs]
home = ['HTML', 'AMP', 'RSS', "ActuallySimpleSyndication"]

View File

@ -0,0 +1,4 @@
# https://tilde.town/~dzwdz/ass/
{{ range .Site.RegularPages -}}
{{ .Date.Format "2006-01-02" }} {{ .Permalink }} {{ .Title }}
{{ end }}