From 2b39175011422a0d8f96d7f598f46e2a781dd28f Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 29 Feb 2024 09:31:15 -0500 Subject: 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 --- templates/blog-footer.html | 11 ----------- templates/blog-header.html | 31 ------------------------------- templates/blog.html | 33 --------------------------------- templates/page-footer.html | 8 -------- templates/page-header.html | 25 ------------------------- templates/page.html | 25 ------------------------- templates/rss/rss-footer.xml | 2 -- templates/rss/rss-header.xml | 11 ----------- templates/rss/rss-item-footer.xml | 3 --- templates/rss/rss-item-header.xml | 7 ------- 10 files changed, 156 deletions(-) delete mode 100644 templates/blog-footer.html delete mode 100644 templates/blog-header.html delete mode 100644 templates/blog.html delete mode 100644 templates/page-footer.html delete mode 100644 templates/page-header.html delete mode 100644 templates/page.html delete mode 100644 templates/rss/rss-footer.xml delete mode 100644 templates/rss/rss-header.xml delete mode 100644 templates/rss/rss-item-footer.xml delete mode 100644 templates/rss/rss-item-header.xml (limited to 'templates') diff --git a/templates/blog-footer.html b/templates/blog-footer.html deleted file mode 100644 index a8adec8..0000000 --- a/templates/blog-footer.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - diff --git a/templates/blog-header.html b/templates/blog-header.html deleted file mode 100644 index 84ff557..0000000 --- a/templates/blog-header.html +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - senders.io - PAGE_TITLE - - - - - -
-
diff --git a/templates/blog.html b/templates/blog.html deleted file mode 100644 index ac53f91..0000000 --- a/templates/blog.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - senders.io - Blog - - - - - -
-
-

Title

-

Text Here

-
- -
- - diff --git a/templates/page-footer.html b/templates/page-footer.html deleted file mode 100644 index bab1050..0000000 --- a/templates/page-footer.html +++ /dev/null @@ -1,8 +0,0 @@ - -
- - diff --git a/templates/page-header.html b/templates/page-header.html deleted file mode 100644 index d9a7417..0000000 --- a/templates/page-header.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - senders.io - PAGE_TITLE - - - - - -
diff --git a/templates/page.html b/templates/page.html deleted file mode 100644 index a7dd5b3..0000000 --- a/templates/page.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - senders.io - {PAGE} - - - - - -
- - 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 @@ - - 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 @@ - - - - senders.io - Blog - senders.io's blog feed - https://www.senders.io/ - 2023 senders dot io - CC BY-SA 4.0 - en-US - 60 - #BUILDDATE - #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 @@ - ]]> - - 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 @@ - - #TITLE - #LINK - #PERMALINK - #PUBDATE - -