From 093af865d746b159fa0c61fd32622926ba0c29bb Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 10 May 2025 03:24:02 -0600 Subject: Working on the site move --- blog/feed.xml | 24 ++++++++++++------------ blog/generate_feed.scm | 16 +++++++++------- 2 files changed, 21 insertions(+), 19 deletions(-) (limited to 'blog') diff --git a/blog/feed.xml b/blog/feed.xml index 6997e3c..05aecdb 100644 --- a/blog/feed.xml +++ b/blog/feed.xml @@ -3,16 +3,16 @@ Nathan's shitty blog The coffee powered blog of chaos - http://nathansmith117.beevomit.org/blog + https://shittyweb.org - http://nathansmith117.beevomit.org/images/icon.png + https://shittyweb.org/images/icon.png Nathan's shitty blog - http://nathansmith117.beevomit.org/blog + https://shittyweb.org/blog Second place - http://nathansmith117.beevomit.org/blog#second_place + https://shittyweb.org/blog#second_place Wed, 30 Apr 2025 10:23:12 GMT Case against identity - http://nathansmith117.beevomit.org/blog#case_against_identity + https://shittyweb.org/blog#case_against_identity Thu, 24 Apr 2025 19:20:02 GMT The project - http://nathansmith117.beevomit.org/blog#the_project + https://shittyweb.org/blog#the_project Sun, 20 Apr 2025 23:05:22 GMT Fakism - http://nathansmith117.beevomit.org/blog#fakism + https://shittyweb.org/blog#fakism Mon, 14 Apr 2025 05:58:51 GMT Fuck aba therapy - http://nathansmith117.beevomit.org/blog#fuck_aba_therapy + https://shittyweb.org/blog#fuck_aba_therapy Fri, 11 Apr 2025 10:22:54 GMT Dogs against doge - http://nathansmith117.beevomit.org/blog#dogs_against_doge + https://shittyweb.org/blog#dogs_against_doge Sat, 5 Apr 2025 23:17:25 GMT On the issue of wikipedia - http://nathansmith117.beevomit.org/blog#wikipedia + https://shittyweb.org/blog#wikipedia Mon, 31 Mar 2025 10:55:00 GMT Dream log 1 - http://nathansmith117.beevomit.org/blog#dreamlog1 + https://shittyweb.org/blog#dreamlog1 Sun, 30 Mar 2025 01:51:00 GMT Overthinking - http://nathansmith117.beevomit.org/blog#overthinking + https://shittyweb.org/blog#overthinking Sat, 29 Mar 2025 11:42:00 GMT \n\ ~a\n\ - http://nathansmith117.beevomit.org/blog#~a\n\ + ~a/blog#~a\n\ ~a\n\ - \n" title name pub-date) + \n" title site-url name pub-date) (get-description file) (display " \n") (display " \n"))) @@ -36,17 +38,17 @@ ;; Generate rss feed (define (generate-feed) ;; Display the rss header - (display "\n\ + (format #t "\n\ \n\ \n\ Nathan's shitty blog\n\ The coffee powered blog of chaos\n\ - http://nathansmith117.beevomit.org/blog\n\ + ~a\n\ \n\ - http://nathansmith117.beevomit.org/images/icon.png\n\ + ~a/images/icon.png\n\ Nathan's shitty blog\n\ - http://nathansmith117.beevomit.org/blog\n\ - \n") + ~a/blog\n\ + \n" site-url site-url site-url) (call-with-input-file "articles.xml" (lambda (fp) -- cgit v1.2.3