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/feed.xml | |
parent | 45aaca33b67b1dc764b199a9e4c3aebf4892c2a7 (diff) |
Made blogging system better
Diffstat (limited to 'blog/feed.xml')
-rw-r--r-- | blog/feed.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/blog/feed.xml b/blog/feed.xml index 90c8441..00ea328 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -7,18 +7,17 @@ <image> <url>http://nathansmith117.beevomit.org/images/icon.png</url> <title>Nathan's shitty blog</title> - <link>http://nathansmith117.beevomit.org</link> + <link>http://nathansmith117.beevomit.org/blog</link> </image> - - + <item> <title>Dream log 1</title> <link>http://nathansmith117.beevomit.org/blog#dreamlog1</link> <pubDate>Sun, 30 Mar 2025 01:51:00 GMT</pubDate> <description> <![CDATA[ -<article> - <p id="dreamlog1"> + <article> + <p> Last night I had the type of dream that inspires new stories. In my dream the favorite author: Kurt Vonnegut, was a unix and emacs user. And he wrote a book about someone in some government position or something along those lines who spent there entire life fucking around with unix @@ -29,20 +28,21 @@ Through all the things left behind on the unix system the last person on earth learned to not only survive but live well as the last person. They even became a unix power user through the guides left behind. - </p> + </p> </article> - ]]> - </description> - </item> + ]]> + </description> + </item> + <item> <title>Overthinking</title> <link>http://nathansmith117.beevomit.org/blog#overthinking</link> <pubDate>Sat, 29 Mar 2025 11:42:00 GMT</pubDate> <description> <![CDATA[ -<article> - <p id="overthinking"> + <article> + <p> Whenver I decide to add something to this website I always overthink on how to add the thing. In general I just overthink how I will do everything. It slows me down. Right now I am overthinking trying to think what to write @@ -59,8 +59,11 @@ Next time you overthink do what I do: eat junk food. </p> </article> + ]]> </description> </item> + </channel> </rss> + |