update rss links
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
fe3fcd34cf
commit
b0ba495e55
|
@ -73,7 +73,7 @@ url = "https://github.com/ravenscroftj"
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
icon = "rss"
|
icon = "rss"
|
||||||
url = "/index.xml"
|
url = "/pages/feeds/"
|
||||||
|
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
type: page
|
||||||
|
url: /pages/feeds
|
||||||
|
title: RSS Feeds
|
||||||
|
---
|
||||||
|
|
||||||
|
You can subscribe to different sets of updates depending on what you are interested in.
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="/index.xml">Firehose (everything below)</a></li>
|
||||||
|
<li><a href="/posts/index.xml">Blog Posts/News</a></li>
|
||||||
|
<li><a href="/webfeed/index.xml">Web Activity (indieweb likes,replies,reposts etc)</a></li>
|
||||||
|
<li><a href="/bookmarks/index.xml">Bookmarks</a></li>
|
||||||
|
</ul>
|
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
date: '2021-12-24T13:51:30.902871'
|
||||||
|
in-reply-to: https://stackoverflow.com/questions/15974730/how-do-i-get-the-different-parts-of-a-flask-requests-url
|
||||||
|
type: reply
|
||||||
|
url: /replys/2021/12/24/1640353890
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
This looks very useful to me
|
Loading…
Reference in New Issue