Browse Source

testing atom feed

master
jk 4 years ago
parent
commit
0f0122e759
  1. 4
      config.toml
  2. 1
      gohugo-theme-ananke
  3. 1
      themes/atom-template-for-hugo
  4. 2
      themes/hugo-atom-feed/layouts/_default/list.atom.xml

4
config.toml

@ -9,7 +9,7 @@ ignoreErrors = ["error-remote-getjson"]
[outputs]
home = ["html", "rss", "Atom"] # default = ["HTML", "RSS"]
section = ["html", "rss"] # default = ["HTML", "RSS"]
section = ["html", "rss", "atom"] # default = ["HTML", "RSS"]
term = ["html", "rss"] # default = ["HTML", "RSS"]
taxonomy = ["html", "rss"] # default = ["HTML", "RSS"]
@ -54,7 +54,7 @@ images = ["images/profile.jpg"]
siteLogo = "images/na-sm.png"
keywords = ""
favicon = "favicons/"
mainSections =["article"]
[languages.en.Params]
description = "Quintessentially Celtic, vehemently Viking, passionately European, unashamedly, proudly Scottish, craft beer and single malt whisky lover, enthusiastic cook, vegan, perpetually exhausted dad, pronouns: he/him"

1
gohugo-theme-ananke

@ -1 +0,0 @@
Subproject commit 8845854aa9ab5af79066e840d8c884fbbb8a269d

1
themes/atom-template-for-hugo

@ -1 +0,0 @@
Subproject commit dc3b4cd5f1a996900cfc140fb23ab5dc21945bda

2
themes/hugo-atom-feed/layouts/_default/list.atom.xml

@ -13,7 +13,7 @@
{{- end }}
<id>{{ "/" | absLangURL }}</id>
<author>
<name>{{ .Site.Title }}</name>
<name>{{ .Site.Params.author }}</name>
<uri>{{ "/" | absLangURL }}</uri>
</author>
<generator>Hugo gohugo.io</generator>