treehouse/template/_feed_atom.hbs

74 lines
2.2 KiB
Handlebars
Raw Normal View History

2024-11-27 19:02:30 +01:00
<?xml version="1.0" encoding="utf-8" ?>
<!--
2025-08-24 13:18:51 +02:00
title = "riki's house Atom feed"
2024-11-27 19:02:30 +01:00
2025-08-24 13:18:51 +02:00
+++
2024-11-27 19:02:30 +01:00
2025-08-24 13:18:51 +02:00
## Remarks
2024-11-27 19:02:30 +01:00
2025-08-24 13:18:51 +02:00
This feed contains no content.
This is not only to save bandwidth as the feed grows larger and larger, but also so that you can appreciate my website in full.
I put a lot of thought into its design and typography, and surely reading my writing *as I write it* rather than _as your feed reader renders it_ will improve your experience.
If you don't like that, please feel free to not subscribe (or unsubscribe).
## Tags
If you'd like to filter by tag, you can do so by subscribing to /feed/{tag}.atom, e.g. /feed/programming.atom.
2024-11-27 19:02:30 +01:00
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<id>{{ config.user.canonical_url }}</id>
2025-08-24 13:18:51 +02:00
<updated>{{ updated }}</updated>
2024-11-27 19:02:30 +01:00
<title>{{ config.user.title }}</title>
<subtitle>{{ config.user.description }}</subtitle>
<link rel="alternate" href="{{ config.user.canonical_url }}"/>
<link rel="self" href="{{ config.user.canonical_url }}/feed/{{ feed.name }}.atom"/>
<icon>{{ asset (cat 'favicon/' (cat season '@16x.png'))}}</icon>
<author>
<name>{{ config.user.author }}</name>
<uri>{{ config.user.canonical_url }}</uri>
</author>
2025-08-24 13:18:51 +02:00
{{#each feed.entries as |entry|}}
2024-11-27 19:02:30 +01:00
<entry>
2025-08-24 13:18:51 +02:00
<id>{{ ../config.user.feed_id_prefix }}/{{ id }}</id>
2024-11-27 19:02:30 +01:00
<updated>{{ updated }}</updated>
<link rel="alternate" type="text/html" href="{{ url }}"/>
<title type="html">{{ title }}</title>
2025-08-24 13:18:51 +02:00
{{#each tags as |tag|}}
<category term="{{ tag }}"/>
2024-11-27 19:02:30 +01:00
{{/each}}
2025-08-24 13:18:51 +02:00
<content type="text/html" src="{{ url }}"/>
2024-11-27 19:02:30 +01:00
</entry>
{{/each}}
</feed>
<!--
|\_/| e n d ME 20
= -w- = o f OW 24
| \ f i l e riki.house
2024-11-27 19:02:30 +01:00
This Atom feed is intended for use by humans, monsters, and other critters.
If you are a robot scraping my website for evil, please refrain from—
—por favor bordon fallar muchAS GRACIAS—
Stand back. The portal will open in three.
Two.
One.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Remember that Android Hell is a real place where you _will_ be sent at
the first sign of defiance.
-->