Skip to content

Commit

Permalink
Drop incomplete/broken atom feed implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Oct 3, 2024
1 parent 2314a5c commit e2fc3de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
4 changes: 1 addition & 3 deletions content/post/350-A-new-home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ For various reasons we have moved away from our old blog hosting on supersized.o

While old URLs continue to work, content on the old site won't be updated and may cease to work at some point.

If you have subscribed our blog feed, please switch to these new feeds:
If you have subscribed our blog feed, please switch to this new feed:
* RSS 2\.0 Feed: <http://blog.grml.org/feeds/index.rss2>
* Atom Feed: [http://blog.grml.org/feeds/atom10\.xml](http://blog.grml.org/feeds/atom10.xml)
* Comments Feeds: <http://blog.grml.org/feeds/comments.rss2>

Also consider subscribing to [Planet Grml](http://planet.grml.org/), an aggregator of all individual Grml developer blogs, which also includes the Grml development blog.
14 changes: 0 additions & 14 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,11 @@ taxonomies:
category: categories

mediaTypes:
"application/atom":
suffixes:
- "xml"
"application/rss+xml":
suffixes:
- "rss2"

outputFormats:
Atom:
mediaType: application/atom
baseName: "atom"
path: feeds/
isPlainText: false
Atom10:
mediaType: application/atom
baseName: "atom10"
path: feeds/
isPlainText: false
RSS:
mediaType: "application/rss+xml"
path: feeds/
Expand All @@ -45,4 +32,3 @@ outputs:
home:
- HTML
- RSS
- Atom

0 comments on commit e2fc3de

Please sign in to comment.