blog

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

commit 5d47c9bab295e13bc020091d0b06b5818f275acd
parent e538ddf134c22f6ab24743efff19261e06ba63df
Author: Andrew Laack <andrew@laack.co>
Date:   Mon, 13 Oct 2025 22:46:56 -0500

Updated formatting and stuff

Diffstat:
Mposts/site/feed.xml | 2+-
Mposts/site/index.html | 3++-
Mscripts/convert.sh | 3++-
3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/posts/site/feed.xml b/posts/site/feed.xml @@ -7,7 +7,7 @@ <language>en-us</language> <managingEditor>andrew@laack.co</managingEditor> <webMaster>andrew@laack.co</webMaster> -<lastBuildDate>Sun, 12 Oct 2025 09:15:19 -0500</lastBuildDate> +<lastBuildDate>Mon, 13 Oct 2025 22:46:21 -0500</lastBuildDate> <atom:link href="https://blog.laack.co/feed.xml" rel="self" type="application/rss+xml"/> <item> <title><![CDATA[Stop Collecting User Data]]></title> diff --git a/posts/site/index.html b/posts/site/index.html @@ -2,12 +2,13 @@ <html> <head> <meta charset="UTF-8"> +<meta name="description" content="Andrew Laack's personal blog." /> <title>Andrew's Blog</title> <link rel="stylesheet" href="style.css"> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="feed.xml"> </head> <body> -<h1>Blog Posts</h1> +<h1>Andrew's Blog</h1> <p><a href="feed.xml">RSS Feed</a></p> <ol> <li><a href="stop-collecting-user-data.html">stop-collecting-user-data</a> - <em>2025/10/12</em></li> diff --git a/scripts/convert.sh b/scripts/convert.sh @@ -17,12 +17,13 @@ cat > "$INDEX_FILE" <<EOF <html> <head> <meta charset="UTF-8"> +<meta name="description" content="Andrew Laack's personal blog." /> <title>$BLOG_TITLE</title> <link rel="stylesheet" href="style.css"> <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="feed.xml"> </head> <body> -<h1>Blog Posts</h1> +<h1>Andrew's Blog</h1> <p><a href="feed.xml">RSS Feed</a></p> <ol> EOF