From fec892047e4c0b810981fa8f20223e0b1c4f72b4 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 18:17:10 -0400 Subject: refactor. added rss feed. --- .../an-interesting-article/assets/stamps.webp | Bin 0 -> 46960 bytes .../dst/articles/an-interesting-article/index.html | 34 +++++++++++++++++++++ .../assets/japanese-train.webp | Bin 0 -> 128168 bytes .../another-interesting-article/index.html | 34 +++++++++++++++++++++ demo/dst/articles/article3.html | 32 +++++++++++++++++++ 5 files changed, 100 insertions(+) create mode 100644 demo/dst/articles/an-interesting-article/assets/stamps.webp create mode 100644 demo/dst/articles/an-interesting-article/index.html create mode 100644 demo/dst/articles/another-interesting-article/assets/japanese-train.webp create mode 100644 demo/dst/articles/another-interesting-article/index.html create mode 100644 demo/dst/articles/article3.html (limited to 'demo/dst/articles') diff --git a/demo/dst/articles/an-interesting-article/assets/stamps.webp b/demo/dst/articles/an-interesting-article/assets/stamps.webp new file mode 100644 index 0000000..9785ce7 Binary files /dev/null and b/demo/dst/articles/an-interesting-article/assets/stamps.webp differ diff --git a/demo/dst/articles/an-interesting-article/index.html b/demo/dst/articles/an-interesting-article/index.html new file mode 100644 index 0000000..ea236df --- /dev/null +++ b/demo/dst/articles/an-interesting-article/index.html @@ -0,0 +1,34 @@ + + +
+ + + +Here is a picture of some cool stamps
+
Thank you for reading my nice article.
+ + diff --git a/demo/dst/articles/another-interesting-article/assets/japanese-train.webp b/demo/dst/articles/another-interesting-article/assets/japanese-train.webp new file mode 100644 index 0000000..c4cab3e Binary files /dev/null and b/demo/dst/articles/another-interesting-article/assets/japanese-train.webp differ diff --git a/demo/dst/articles/another-interesting-article/index.html b/demo/dst/articles/another-interesting-article/index.html new file mode 100644 index 0000000..bc82292 --- /dev/null +++ b/demo/dst/articles/another-interesting-article/index.html @@ -0,0 +1,34 @@ + + + + + + +Aren’t Japanese trains great? I particularly like the boxy ones. Here is a picture of a train:
+
Thank you for looking at this train
+ + diff --git a/demo/dst/articles/article3.html b/demo/dst/articles/article3.html new file mode 100644 index 0000000..2b2c5f9 --- /dev/null +++ b/demo/dst/articles/article3.html @@ -0,0 +1,32 @@ + + + + + + +Wow another one
+ + -- cgit v1.2.3