31 lines
865 B
HTML
31 lines
865 B
HTML
---
|
|
title: Feeds
|
|
description: Feed yourself a veritable bevy of feeds.
|
|
---
|
|
|
|
<h1>Feeds</h1>
|
|
<p>Here is my collection of feeds for your perusal. They come in RSS varieties.</p>
|
|
<ul class="flow list-none pl-0">
|
|
<li>
|
|
<a href="/feeds/posts.xml">Posts</a>
|
|
<p>Just the posts.</p>
|
|
</li>
|
|
<li>
|
|
<a href="/feeds/books.xml">Books</a>
|
|
<p>Only book content.</p>
|
|
</li>
|
|
<li>
|
|
<a href="/feeds/games.xml">Games</a>
|
|
<p>Gives only games.</p>
|
|
</li>
|
|
<li>
|
|
<a href="/feeds/watching.xml">Watching</a>
|
|
<p>
|
|
Feeding all watching content. Also available in <a href="/feeds/movies.xml">movies</a> and <a href="/feeds/shows.xml">shows</a> varieties.
|
|
</p>
|
|
</li>
|
|
<li>
|
|
<a href="/feeds/all.xml">Firehose</a>
|
|
<p>The Firehose - you get everything!</p>
|
|
</li>
|
|
</ul>
|