blog

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit afc1c772cee47ac74c9ed8a4a4a4f77db6c973c5
parent 9ee72f962f103703e18b313fc25bc62fa88cde5a
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 28 Sep 2025 14:49:21 -0500

Fixed feed

Diffstat:
Mposts/site/feed.xml | 14+++++++-------
Mscripts/convert.sh | 4++--
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/posts/site/feed.xml b/posts/site/feed.xml @@ -2,16 +2,16 @@ <rss version='2.0' xmlns:atom='http://www.w3.org/2005/Atom'> <channel> <title>Andrew's Blog</title> -<link>https://yourdomain.com</link> +<link>https://blog.laack.co</link> <description>Latest posts from Andrew's blog</description> <language>en-us</language> -<managingEditor>andrew@yourdomain.com</managingEditor> -<webMaster>andrew@yourdomain.com</webMaster> -<lastBuildDate>Sun, 28 Sep 2025 14:45:40 -0500</lastBuildDate> -<atom:link href='https://yourdomain.com/feed.xml' rel='self' type='application/rss+xml'/> +<managingEditor>andrew@laack.co</managingEditor> +<webMaster>andrew@laack.co</webMaster> +<lastBuildDate>Sun, 28 Sep 2025 14:49:10 -0500</lastBuildDate> +<atom:link href='https://blog.laack.co/feed.xml' rel='self' type='application/rss+xml'/> <item> <title><![CDATA[The Sustainability of YouTube]]></title> -<link>https://yourdomain.com/the-sustainability-of-youtube.html</link> +<link>https://blog.laack.co/the-sustainability-of-youtube.html</link> <description><![CDATA[<h2 id="context">Context</h2> <p>I dislike using cloud services because they may discontinue my service [1] or they may do something stupid [2] that negatively impacts @@ -149,7 +149,7 @@ href="http://git.laack.co/blog/log.html">http://git.laack.co/blog/log.html</a></ <p>[9] - <a href="https://cloud.google.com/storage/pricing#multi-regions">https://cloud.google.com/storage/pricing#multi-regions</a></p>]]></description> <pubDate></pubDate> -<guid>https://yourdomain.com/the-sustainability-of-youtube.html</guid> +<guid>https://blog.laack.co/the-sustainability-of-youtube.html</guid> </item> </channel> </rss> diff --git a/scripts/convert.sh b/scripts/convert.sh @@ -2,8 +2,8 @@ BLOG_TITLE="Andrew's Blog" BLOG_DESCRIPTION="Latest posts from Andrew's blog" -BLOG_URL="https://yourdomain.com" -AUTHOR_EMAIL="andrew@yourdomain.com" +BLOG_URL="https://blog.laack.co" +AUTHOR_EMAIL="andrew@laack.co" rm posts/site/*.html