From 6fd20e5243bf26dd6fca351cfe9bcb15d1ad19ba Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Thu, 5 Feb 2026 22:56:53 +0100 Subject: [PATCH] added blog post 2026/0205 --- src/routes/blog/2026/0205.md | 5 +++++ src/routes/blog/posts.ts | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 src/routes/blog/2026/0205.md diff --git a/src/routes/blog/2026/0205.md b/src/routes/blog/2026/0205.md new file mode 100644 index 0000000..1fa7368 --- /dev/null +++ b/src/routes/blog/2026/0205.md @@ -0,0 +1,5 @@ +I just had a great idea: I should try to draw something every day for 4 weeks! 28 days, because that's a nice number. It's not too dissimilar from when I wrote an album for the February Album Writing Month, and though that album turned out awful, I was happy to have produced an album of sorts at all. + +Why start now, instead of at the start of the month? Because I just came up with the idea. Why not wait for the start of next week or even next month? Because why delay, that's why. Except I will delay by starting tomorrow, not today, as it is night time and I'm about to head off to bed. + +I'm posting this to hold myself accountable and to actually pull through instead of discarding the idea tomorrow – let's hope it works! I will update this page with my drawings. \ No newline at end of file diff --git a/src/routes/blog/posts.ts b/src/routes/blog/posts.ts index 14dbf21..6f5a8d2 100644 --- a/src/routes/blog/posts.ts +++ b/src/routes/blog/posts.ts @@ -30,6 +30,17 @@ export const posts: BlogPostLink[] = [ // title: "Portsmouth Postmortem", // description: "", // }], + { + key: "2026/0205", + post: { + date: "2026-02-05", + time: "22:55", + banner: "", + bannerAlt: "", + title: "Drawing Challenge", + description: "Challenging myself to draw something every day for 4 weeks.", + } + }, { key: "2026/0131", post: {