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
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