+
+
+
+
+
+
+
+
+
diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml
index 2bb8234d..5d1ff87c 100644
--- a/config/_default/hugo.yaml
+++ b/config/_default/hugo.yaml
@@ -32,10 +32,18 @@ related:
- name: date
weight: 10
+mediaTypes:
+ application/atom+xml:
+ suffixes:
+ - xml
+
outputFormats:
SearchIndex:
baseName: search
mediaType: application/json
+ Atom:
+ mediaType: "application/atom+xml"
+ baseName: atom
outputs:
home:
@@ -43,6 +51,12 @@ outputs:
- rss
- SearchIndex
- json
+ - Atom
+ section:
+ - html
+ - rss
+ - json
+ - Atom
services:
rss:
diff --git a/config/_default/params.yaml b/config/_default/params.yaml
index 8fb76b42..74ed812d 100644
--- a/config/_default/params.yaml
+++ b/config/_default/params.yaml
@@ -6,6 +6,7 @@ images:
- /img/Opengraph.png
favicon: "apple-touch-icon.png"
icon: "apple-touch-icon.png"
+icon96: "favicon-96x96.png"
defaultColor:
"dark" # set color mode: dark, light, auto
# Setting it to 'auto' applies the color scheme based on the visitor's device color preference.If you don't specify anything, ignore this parameter, or leave it blank,
@@ -71,3 +72,7 @@ Hcard:
bridgy:
- "mastodon"
- "bluesky"
+
+dateFormatAtomFeed: "2006-01-02T15:04:05-07:00"
+dateFormatTag: "2006"
+feedUUID: "43c22089-5c06-4cc4-8fd2-5b3563d5d257"
diff --git a/content/feeds.md b/content/feeds.md
index 7a9b92f2..938b68e1 100644
--- a/content/feeds.md
+++ b/content/feeds.md
@@ -13,7 +13,7 @@ This page collects content I'm producing in some way or the other, and is consum
You can follow me here:
-* [All stuff from my blog](/index.xml)
-* [All my post from my blog](/post/index.xml)
-* [All my photo from my blog](/photos/index.xml)
-* [My personal Newsletter](https://newsletter.digitaltearoom.com/index.xml)
+* All stuff from my blog [Atom](/atom.xml) [RSS](/index.xml) [Json](/index.json)
+* All my post from my blog [Atom](/post/atom.xml) [RSS](/post/index.xml) [Json](/post/index.json)
+* All my photo from my blog [Atom](/photos/atom.xml) [RSS](/photos/index.xml) [Json](/photos/index.json)
+* My personal Newsletter [RSS](https://newsletter.digitaltearoom.com/index.xml)
diff --git a/layouts/_default/list.atom.xml b/layouts/_default/list.atom.xml
new file mode 100644
index 00000000..dfe8b33b
--- /dev/null
+++ b/layouts/_default/list.atom.xml
@@ -0,0 +1,60 @@
+{{- $pctx := . }}
+{{- if .IsHome }}{{ $pctx = .Site }}{{ end }}
+{{- $pages := slice }}
+{{- if or $.IsHome $.IsSection }}
+{{- $pages = $pctx.RegularPages }}
+{{- else }}
+{{- $pages = $pctx.Pages }}
+{{- end }}
+{{- $limit := .Site.Config.Services.RSS.Limit }}
+{{- if ge $limit 1 }}
+{{- $pages = $pages | first $limit }}
+{{- end }}
+{{- with .Site.Config.Services.RSS.Limit -}}
+ {{- if ge . 1 -}}
+ {{- $pages = $pages | first . -}}
+ {{- end -}}
+{{- end -}}
+{{ print "" | safeHTML }}
+{{- printf "" | safeHTML }}
+ This is a web feed, also known as an RSS feed. Subscribe by copying the URL from the address bar into your newsreader app. This RSS feed provides the latest posts from An RSS feed is a data format that contains the latest content from a website, blog, or podcast. You can use feeds to subscribe to websites and get the latest content in one place. All you need to do to get started is to add the URL (web address) for this feed to a special app called a newsreader. Visit About Feeds to get started with newsreaders and subscribing. It’s free. Recent Items
+
+ What is an RSS feed?
+
+
+