diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-30 21:50:32 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-30 21:50:32 -0600 |
commit | 61cbae386b256bb6adb0adaa52cd00585a0820e2 (patch) | |
tree | 90a430ea7308d35d16d918bac398342f0bfe03bc /blog/articles.xml | |
parent | 45aaca33b67b1dc764b199a9e4c3aebf4892c2a7 (diff) |
Made blogging system better
Diffstat (limited to 'blog/articles.xml')
-rw-r--r-- | blog/articles.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/blog/articles.xml b/blog/articles.xml new file mode 100644 index 0000000..171c186 --- /dev/null +++ b/blog/articles.xml @@ -0,0 +1,15 @@ +<channel> + <item> + <title>Dream log 1</title> + <name>dreamlog1</name> + <pubDate>Sun, 30 Mar 2025 01:51:00 GMT</pubDate> + <file>articles/dreamlog1.xml</file> + </item> + + <item> + <title>Overthinking</title> + <name>overthinking</name> + <pubDate>Sat, 29 Mar 2025 11:42:00 GMT</pubDate> + <file>articles/overthinking.xml</file> + </item> +</channel> |