update atom feeds
This commit is contained in:
parent
a39d506a8d
commit
8fafe93ce3
2 changed files with 13 additions and 11 deletions
|
@ -21,19 +21,21 @@ summaryLength = 0
|
|||
# home = ["HTML", "RSS", "JSON"]
|
||||
|
||||
[mediaTypes]
|
||||
[mediaTypes."application/atom"]
|
||||
suffixes = ["xml"]
|
||||
[mediaTypes."application/atom"]
|
||||
suffixes = ["xml"]
|
||||
|
||||
[outputFormats.Atom]
|
||||
mediaType = "application/atom"
|
||||
baseName = "index"
|
||||
isPlainText = false
|
||||
mediaType = "application/atom"
|
||||
baseName = "index"
|
||||
isPlainText = false
|
||||
|
||||
[outputFormats.HumansTXT]
|
||||
baseName = "humans"
|
||||
isPlainText = true
|
||||
mediaType = "text/plain"
|
||||
mediaType = "text/plain"
|
||||
baseName = "humans"
|
||||
isPlainText = true
|
||||
notAlternative = true
|
||||
|
||||
[outputs]
|
||||
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
||||
home = [ "HTML", "Atom", "JSON", "HumansTXT" ]
|
||||
section = [ "HTML", "Atom" ]
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||
<author>
|
||||
<name>Dominic Reich “OE7DRT”</name>
|
||||
<email>dominic@oe7drt.com</email>
|
||||
<email>dominic@noreply.oe7drt.com</email>
|
||||
<uri>https://oe7drt.com</uri>
|
||||
</author>
|
||||
<id>{{ .Permalink }}</id>
|
||||
|
@ -21,7 +21,7 @@
|
|||
<title>{{ .Title }}</title>
|
||||
<author>
|
||||
<name>Dominic Reich “OE7DRT”</name>
|
||||
<email>dominic@oe7drt.com</email>
|
||||
<email>dominic@noreply.oe7drt.com</email>
|
||||
<uri>https://oe7drt.com</uri>
|
||||
</author>
|
||||
<link rel="alternate" href="{{ .Permalink }}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue