1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-10 05:59:08 +00:00
Commit graph

7 commits

Author SHA1 Message Date
davegson
5232f3f9c1 Create feed.xml for backwards compatibility
assume not many would have found this hidden feed anyway, but just in case to give them the information that the feed moved
2021-05-26 15:28:35 +02:00
davegson
3b95d1b66e Move feed.xml to blog.xml 2021-05-26 15:16:11 +02:00
davegson
f2f2eeb7c2 Bring our RSS feed to a workable state
Correctly utilize <content:encoded> and <description> tags according to:

https://stackoverflow.com/a/54905457
https://www.rssboard.org/rss-profile#namespace-elements-content-encoded

If there is a summary, show it in <description> with the content being in <content:encoded>. If there is NO summary, put the content in <description>.

Also, I added a custom "summary"/disclaimer for progress update blogs to clarify that the HTML of update blogs really is not compatible with readers but should be viewed in the Webview.
2021-05-26 15:00:42 +02:00
davegson
1c07bfb54a Rename medias to publications
makes more sense as a name
2021-03-25 18:21:36 +01:00
davegson
ea6750b397 Do not use front matter category to generate xml <category>
tags are what we use for this, not category
2021-03-25 18:06:41 +01:00
davegson
cdbea9a2ce Move blog posts to _media collection 2021-03-25 17:58:51 +01:00
davegson
95a6641c57 Init website v1.1 - ready for github pages 2018-06-11 12:52:23 +02:00