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"]
|
# home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[mediaTypes]
|
[mediaTypes]
|
||||||
[mediaTypes."application/atom"]
|
[mediaTypes."application/atom"]
|
||||||
suffixes = ["xml"]
|
suffixes = ["xml"]
|
||||||
|
|
||||||
[outputFormats.Atom]
|
[outputFormats.Atom]
|
||||||
mediaType = "application/atom"
|
mediaType = "application/atom"
|
||||||
baseName = "index"
|
baseName = "index"
|
||||||
isPlainText = false
|
isPlainText = false
|
||||||
|
|
||||||
[outputFormats.HumansTXT]
|
[outputFormats.HumansTXT]
|
||||||
baseName = "humans"
|
mediaType = "text/plain"
|
||||||
isPlainText = true
|
baseName = "humans"
|
||||||
mediaType = "text/plain"
|
isPlainText = true
|
||||||
notAlternative = true
|
notAlternative = true
|
||||||
|
|
||||||
[outputs]
|
[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>
|
<updated>{{ .Date.Format "2006-01-02T15:04:05-07:00" | safeHTML }}</updated>
|
||||||
<author>
|
<author>
|
||||||
<name>Dominic Reich “OE7DRT”</name>
|
<name>Dominic Reich “OE7DRT”</name>
|
||||||
<email>dominic@oe7drt.com</email>
|
<email>dominic@noreply.oe7drt.com</email>
|
||||||
<uri>https://oe7drt.com</uri>
|
<uri>https://oe7drt.com</uri>
|
||||||
</author>
|
</author>
|
||||||
<id>{{ .Permalink }}</id>
|
<id>{{ .Permalink }}</id>
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Title }}</title>
|
||||||
<author>
|
<author>
|
||||||
<name>Dominic Reich “OE7DRT”</name>
|
<name>Dominic Reich “OE7DRT”</name>
|
||||||
<email>dominic@oe7drt.com</email>
|
<email>dominic@noreply.oe7drt.com</email>
|
||||||
<uri>https://oe7drt.com</uri>
|
<uri>https://oe7drt.com</uri>
|
||||||
</author>
|
</author>
|
||||||
<link rel="alternate" href="{{ .Permalink }}"/>
|
<link rel="alternate" href="{{ .Permalink }}"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue