summaryrefslogtreecommitdiff
path: root/templates/rss
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2024-02-29 09:31:15 -0500
committerSteph Enders <steph@senders.io>2024-02-29 09:31:15 -0500
commit2b39175011422a0d8f96d7f598f46e2a781dd28f (patch)
treedd896a1e35e2ec194bfce829afd61f553652464a /templates/rss
parent350a5058cf383733a7e75f753abdcd1cb7aae2c5 (diff)
Initial rework commit: Build Script POC and CSS done
I've created the main CSS layout and a proof of concept for the build script: this will actually build any "done" _post/ file and generate it as a workable HTML file. However, no index file generate, rss, or gemini is implemented
Diffstat (limited to 'templates/rss')
-rw-r--r--templates/rss/rss-footer.xml2
-rw-r--r--templates/rss/rss-header.xml11
-rw-r--r--templates/rss/rss-item-footer.xml3
-rw-r--r--templates/rss/rss-item-header.xml7
4 files changed, 0 insertions, 23 deletions
diff --git a/templates/rss/rss-footer.xml b/templates/rss/rss-footer.xml
deleted file mode 100644
index 3a9dbde..0000000
--- a/templates/rss/rss-footer.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-</channel>
-</rss>
diff --git a/templates/rss/rss-header.xml b/templates/rss/rss-header.xml
deleted file mode 100644
index 7eb169d..0000000
--- a/templates/rss/rss-header.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<rss version="2.0">
-<channel>
- <title>senders.io - Blog</title>
- <description>senders.io's blog feed</description>
- <link>https://www.senders.io/</link>
- <copyright>2023 senders dot io - CC BY-SA 4.0</copyright>
- <language>en-US</language>
- <ttl>60</ttl>
- <lastBuildDate>#BUILDDATE</lastBuildDate>
- <pubDate>#PUBDATE</pubDate>
diff --git a/templates/rss/rss-item-footer.xml b/templates/rss/rss-item-footer.xml
deleted file mode 100644
index d1a2e8b..0000000
--- a/templates/rss/rss-item-footer.xml
+++ /dev/null
@@ -1,3 +0,0 @@
- ]]>
- </description>
- </item>
diff --git a/templates/rss/rss-item-header.xml b/templates/rss/rss-item-header.xml
deleted file mode 100644
index ce5113b..0000000
--- a/templates/rss/rss-item-header.xml
+++ /dev/null
@@ -1,7 +0,0 @@
- <item>
- <title>#TITLE</title>
- <link>#LINK</link>
- <guid isPermaLink="true">#PERMALINK</guid>
- <pubDate>#PUBDATE</pubDate>
- <description>
- <![CDATA[