From 2353422acb8a303920897bb43c3578348344c3e2 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sat, 8 Feb 2020 10:23:09 +0100 Subject: [PATCH] Add tag to RSS feed item --- blog.html | 4 ++-- feed.xml | 8 ++++---- generate-blog.bash | 1 + posts.txt | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/blog.html b/blog.html index 9717bf7..ddff6af 100644 --- a/blog.html +++ b/blog.html @@ -39,12 +39,12 @@

Blog

-

Introduction

+

Introduction

Sat 08 Feb 2020 09:30:06 AM CET

Hello, welcome to my blog! My name is Hugo. I am a 22 year old Software Engineering student from the Netherlands. Software development is a huge part of my life, I write a lot of (weird) programs to scratch my own itch and most software I create is open_source by default. I also run a one-man company that -provides some IT services on the side. ... Continue reading

+provides some IT services on the side. ... Continue reading


diff --git a/feed.xml b/feed.xml index ac19ea9..ce968d8 100644 --- a/feed.xml +++ b/feed.xml @@ -5,16 +5,16 @@ https://hugot.nl/blog.html Hugo's personal blog en-us - Sat 08 Feb 2020 10:15:32 AM CET - Sat 08 Feb 2020 10:15:32 AM CET + Sat 08 Feb 2020 10:22:11 AM CET + Sat 08 Feb 2020 10:22:11 AM CET http://blogs.law.harvard.edu/tech/rss Hugo's Custom Bash Script social@hugot.nl infra@hugot.nl - Introduction Hello, welcome to my blog! My name is Hugo. I am a 22 year old Software + Introduction https://hugot.nl/posts/introduction/index.htmlHello, welcome to my blog! My name is Hugo. I am a 22 year old Software Engineering student from the Netherlands. Software development is a huge part of my life, I write a lot of (weird) programs to scratch my own itch and most software I create is open_source by default. I also run a one-man company that -provides some IT services on the side.Sat 08 Feb 2020 09:30:06 AM CET./posts/introduction/index.html#MjM3MzUyOTAwNSA5MDYK +provides some IT services on the side.Sat 08 Feb 2020 09:30:06 AM CETposts/introduction/index.html#MjM3MzUyOTAwNSA5MDYK diff --git a/generate-blog.bash b/generate-blog.bash index 5c758f5..36ce235 100755 --- a/generate-blog.bash +++ b/generate-blog.bash @@ -181,6 +181,7 @@ while read -r post_html; do { el item el-enclose title "$title" + el-enclose link "$site_url/$href" el-enclose description "$excerpt" el-enclose pubDate "$pubdate" el-enclose guid "${href}#$(base64 <(cksum <<<"$text"))" diff --git a/posts.txt b/posts.txt index c1a7afc..38ed378 100644 --- a/posts.txt +++ b/posts.txt @@ -1 +1 @@ -./posts/introduction/index.html +posts/introduction/index.html