by steve0greatness, Sunday, 21 January 2024, 00:31:09 (1705797069), pushed by steve0greatness, Monday, 6 May 2024, 02:55:35 (1714964135)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
cb533eb38750b5e16c41a9cb7c4348f64bd2e8a9
build.py
@@ -183,6 +183,7 @@ def CreateJSONFeed():
CreatedJSON["items"].append({
"id": "https://steve0greatness.github.io/blog/" + post["pathname"],
"title": "JSON Feed version 1.1",
"icon": "https://steve0greatness.github.io/favicon.ico",
"content_html": post["content"],
"date_published": post["atom-post-time"],
"date_modified": post["atom-update-time"],
views/blog-feed.rss
@@ -8,6 +8,14 @@
<description>A blog by a human being.</description>
<language>en-us</language>
<generator>Custom w/Jinja</generator>
<image>
<link>https://steve0greatness.github.io/</link>
<title>Steve0Greatness' Blog</title>
<url>https://steve0greatness.github.io/favicon.ico</url>
<description>A blog by a human being.</description>
<height>180</height>
<width>180</width>
</image>
{% for post in PostList %}
<item>
<title>{{post["title"]}}</title>