feat: add feeds page (#6)
* feat: add feeds page * feat: rename posts feed url
This commit is contained in:
parent
75902fd510
commit
183380f70d
5 changed files with 20 additions and 8 deletions
|
@ -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
13
src/pages/feeds.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue