feat: add feeds page (#6)

* feat: add feeds page

* feat: rename posts feed url
This commit is contained in:
Devin Haska 2024-09-29 21:55:15 -07:00 committed by GitHub
parent 75902fd510
commit 183380f70d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 8 deletions

View file

@ -14,6 +14,7 @@ If preferred, the [commit log is available here][commits].
- Switched to [Cloudflare Pages](https://pages.cloudflare.com/) for deployments and hosting.
- Switched to [Backblaze B2](https://www.backblaze.com/cloud-storage) for asset storage. Served through Cloudflare.
- Added a [Feeds](/feeds) page for my collection of feeds. For now it's just my Posts.
## July 7th 2024

13
src/pages/feeds.html Normal file
View file

@ -0,0 +1,13 @@
---
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>
<li>
<a href="/feeds/posts.xml">Posts</a>
<p>Just the posts.</p>
</li>
</ul>