From 384b15cefdea7404e801ee0e0d5d5c8c3ff5fb61 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Fri, 31 May 2024 09:07:53 +0100 Subject: [PATCH] Add a little heading to the weblogpomo posts --- src/_includes/weblogpomo.njk | 9 +++++++++ src/blog/posts/2024/5/5.11tydata.json | 3 ++- src/blog/posts/2024/5/weblogpomo2024-retrospective.md | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 src/_includes/weblogpomo.njk diff --git a/src/_includes/weblogpomo.njk b/src/_includes/weblogpomo.njk new file mode 100644 index 0000000..abc7b3e --- /dev/null +++ b/src/_includes/weblogpomo.njk @@ -0,0 +1,9 @@ +--- +layout: post.njk +--- + + + +{{content|safe}} \ No newline at end of file diff --git a/src/blog/posts/2024/5/5.11tydata.json b/src/blog/posts/2024/5/5.11tydata.json index 691ea07..5147d6f 100644 --- a/src/blog/posts/2024/5/5.11tydata.json +++ b/src/blog/posts/2024/5/5.11tydata.json @@ -1,3 +1,4 @@ { - "tags": ["WeblogPoMo2024"] + "tags": ["WeblogPoMo2024"], + "layout": "weblogpomo.njk" } \ No newline at end of file diff --git a/src/blog/posts/2024/5/weblogpomo2024-retrospective.md b/src/blog/posts/2024/5/weblogpomo2024-retrospective.md index a1b0e6c..d8e81e4 100644 --- a/src/blog/posts/2024/5/weblogpomo2024-retrospective.md +++ b/src/blog/posts/2024/5/weblogpomo2024-retrospective.md @@ -1,13 +1,13 @@ ---json { - "title": "#WeBlogPoMo2024 retrospective", + "title": "#WeblogPoMo2024 retrospective", "date": "2024-05-31T08:00:52.945Z", "tags": [], - "excerpt": "A quick look back at WeBlogPoMo2024 on the last day" + "excerpt": "A quick look back at WeblogPoMo2024 on the last day" } --- -It's the last day of [#WeBlogPoMo2024](/post/tag/WeblogPoMo2024), so I thought I'd take a quick look back at the month and see how it has gone. +It's the last day of [#WeblogPoMo2024](/post/tag/WeblogPoMo2024), so I thought I'd take a quick look back at the month and see how it has gone. Overall, I'm kind of impressed I'm even writing a post on the last day. Honestly, I expected to maybe manage the first 7-or-so days, but in fact I managed to write 19 consecutive blog posts (and that's not counting the [intro post](/post/weblogpomo-2024/) on the 30th of April). In total, including today, I managed to write a post 25/31 days. I'm calling that a success.