Add actually simple syndication
parent
dce3900e9f
commit
abdf76368d
12
config.toml
12
config.toml
|
@ -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"]
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# https://tilde.town/~dzwdz/ass/
|
||||
{{ range .Site.RegularPages -}}
|
||||
{{ .Date.Format "2006-01-02" }} {{ .Permalink }} {{ .Title }}
|
||||
{{ end }}
|
Loading…
Reference in New Issue