73 lines
2.2 KiB
Handlebars
73 lines
2.2 KiB
Handlebars
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<!--
|
|
|
|
title = "riki's house Atom feed"
|
|
|
|
+++
|
|
|
|
## Remarks
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
<id>{{ config.user.canonical_url }}</id>
|
|
<updated>{{ updated }}</updated>
|
|
|
|
<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>
|
|
|
|
{{#each feed.entries as |entry|}}
|
|
<entry>
|
|
<id>{{ ../config.user.feed_id_prefix }}/{{ id }}</id>
|
|
<updated>{{ updated }}</updated>
|
|
<link rel="alternate" type="text/html" href="{{ url }}"/>
|
|
|
|
<title type="html">{{ title }}</title>
|
|
{{#each tags as |tag|}}
|
|
<category term="{{ tag }}"/>
|
|
{{/each}}
|
|
<content type="text/html" src="{{ url }}"/>
|
|
</entry>
|
|
{{/each}}
|
|
</feed>
|
|
|
|
<!--
|
|
|
|
|\_/| e n d ME 20
|
|
= -w- = o f OW 24
|
|
| \ f i l e riki.house
|
|
|
|
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.
|
|
|
|
-->
|