Add explicit dates to posts
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m53s

This commit is contained in:
Lewis Dale 2024-03-08 07:14:42 +00:00
parent 41ac4e447b
commit 8d2c1da6f1
9 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -3,6 +3,7 @@ title: Detecting Markdown titles with Eleventy
tags:
- Eleventy
- Obsidian
date: 2024-01-10T08:44:57Z
---

View File

@ -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).

View File

@ -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.

View File

@ -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)

View File

@ -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.

View File

@ -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.

View File

@ -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:

View File

@ -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