From 8d2c1da6f1b005ccb23d51f719df665e4ccf5057 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 8 Mar 2024 07:14:42 +0000 Subject: [PATCH] Add explicit dates to posts --- src/blog/posts/2023/12/sorry-for-the-spam.md | 1 + src/blog/posts/2024/1/detecting-markdown-titles-eleventy.md | 1 + src/blog/posts/2024/1/simplifying-things-for-2024.md | 1 + src/blog/posts/2024/2/are-there-any-browsers-that-dont-suck.md | 1 + src/blog/posts/2024/2/im-fundraising-again.md | 1 + src/blog/posts/2024/2/my-first-ever-promotion.md | 1 + src/blog/posts/2024/2/theory-lara-croft-is-a-vampire.md | 1 + src/blog/posts/2024/2/what-im-listening-to.md | 1 + src/blog/posts/2024/2/why-is-date.parse-weird-in-gmt.md | 1 + 9 files changed, 9 insertions(+) diff --git a/src/blog/posts/2023/12/sorry-for-the-spam.md b/src/blog/posts/2023/12/sorry-for-the-spam.md index 917408c..ac55a85 100644 --- a/src/blog/posts/2023/12/sorry-for-the-spam.md +++ b/src/blog/posts/2023/12/sorry-for-the-spam.md @@ -1,5 +1,6 @@ --- title: Sorry for the spam +date: 2023-12-30T22:50:53Z --- If you're subscribed to any of my site feeds, you might have noticed that suddenly you've been flooded with every post I've ever written. diff --git a/src/blog/posts/2024/1/detecting-markdown-titles-eleventy.md b/src/blog/posts/2024/1/detecting-markdown-titles-eleventy.md index d3b8320..505094e 100644 --- a/src/blog/posts/2024/1/detecting-markdown-titles-eleventy.md +++ b/src/blog/posts/2024/1/detecting-markdown-titles-eleventy.md @@ -3,6 +3,7 @@ title: Detecting Markdown titles with Eleventy tags: - Eleventy - Obsidian +date: 2024-01-10T08:44:57Z --- diff --git a/src/blog/posts/2024/1/simplifying-things-for-2024.md b/src/blog/posts/2024/1/simplifying-things-for-2024.md index fa972b8..4426188 100644 --- a/src/blog/posts/2024/1/simplifying-things-for-2024.md +++ b/src/blog/posts/2024/1/simplifying-things-for-2024.md @@ -1,6 +1,7 @@ --- title: Simplifying things for 2024 tags: meta +date: 2024-01-01T13:46:35Z --- As I briefly mentioned in my [last post, apologising for spamming RSS feeds](https://lewisdale.dev/post/sorry-for-the-spam/), I've decided to remove Wordpress as my CMS. I've also migrated my account away from my self-hosted Firefish instance, to the account I already held on [https://social.lol/@lewis](Social.lol). diff --git a/src/blog/posts/2024/2/are-there-any-browsers-that-dont-suck.md b/src/blog/posts/2024/2/are-there-any-browsers-that-dont-suck.md index e120ef0..d362e7e 100644 --- a/src/blog/posts/2024/2/are-there-any-browsers-that-dont-suck.md +++ b/src/blog/posts/2024/2/are-there-any-browsers-that-dont-suck.md @@ -4,6 +4,7 @@ tags: - browsers - tech - rant +date: 2024-02-03T10:08:54Z --- Arc Browser published a... [controversial update](https://www.youtube.com/watch?v=WIeJF3kL5ng) this week. The TL;DR of it is that it's got a feature that will automatically open the top search result for you, rather than taking you to a search engine. diff --git a/src/blog/posts/2024/2/im-fundraising-again.md b/src/blog/posts/2024/2/im-fundraising-again.md index fd95f1a..6b55bf8 100644 --- a/src/blog/posts/2024/2/im-fundraising-again.md +++ b/src/blog/posts/2024/2/im-fundraising-again.md @@ -3,6 +3,7 @@ title: Fundraising for Cyclists Fighting Cancer in 2024 tags: - cycling - fundraising +date: 2024-02-14T07:42:30Z --- I've decided on my fundraising challenge for this year! You can donate to it on [my JustGiving page](https://www.justgiving.com/page/lewis-dale-bikes) diff --git a/src/blog/posts/2024/2/my-first-ever-promotion.md b/src/blog/posts/2024/2/my-first-ever-promotion.md index 81135fb..d14d5a7 100644 --- a/src/blog/posts/2024/2/my-first-ever-promotion.md +++ b/src/blog/posts/2024/2/my-first-ever-promotion.md @@ -3,6 +3,7 @@ title: My first ever promotion tags: - work - me +date: 2024-02-21T11:13:03Z --- Yep, even though I've been working as a software engineer for around 11 years now, I've actually never had a promotion. Every change in title I've had throughout my career has been through changing jobs. diff --git a/src/blog/posts/2024/2/theory-lara-croft-is-a-vampire.md b/src/blog/posts/2024/2/theory-lara-croft-is-a-vampire.md index f8283b3..74618c2 100644 --- a/src/blog/posts/2024/2/theory-lara-croft-is-a-vampire.md +++ b/src/blog/posts/2024/2/theory-lara-croft-is-a-vampire.md @@ -3,6 +3,7 @@ title: "Theory: Lara Croft is a vampire" tags: - videogames - shitposting +date: 2024-02-05T15:32:17Z --- I've had COVID[^1], which means I've had more time than usual to play video games. So, I figured I'd replay the Square Enix Tomb Raider trilogy. diff --git a/src/blog/posts/2024/2/what-im-listening-to.md b/src/blog/posts/2024/2/what-im-listening-to.md index 203e17c..e2f4a15 100644 --- a/src/blog/posts/2024/2/what-im-listening-to.md +++ b/src/blog/posts/2024/2/what-im-listening-to.md @@ -2,6 +2,7 @@ title: My week in media tags: - MyWeek +date: 2024-02-09T09:45:20Z --- Inspired by [Thomas Rigby](https://thomasrigby.com), here's what I've been watching/reading/listening to for the last week: diff --git a/src/blog/posts/2024/2/why-is-date.parse-weird-in-gmt.md b/src/blog/posts/2024/2/why-is-date.parse-weird-in-gmt.md index 6215ade..fdc57f1 100644 --- a/src/blog/posts/2024/2/why-is-date.parse-weird-in-gmt.md +++ b/src/blog/posts/2024/2/why-is-date.parse-weird-in-gmt.md @@ -3,6 +3,7 @@ title: "TIL: Why Date.parse gives unexpected results for GMT" tags: - Javascript - TIL +date: 2024-02-12T14:53:51Z --- TL;DR: Timezones are weird