From ed0e455b9ce6344321b5fc7c666b011a206acb1a Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 26 Aug 2024 10:57:05 +0100 Subject: [PATCH] blog: end of summer hours --- package.json | 8 +- src/components/SummerHours2024.svelte | 51 + src/components/SummerOutOfOffice.svelte | 73 +- .../2024-08-26-summer-hours-2024-are-over.md | 18 + src/routes/blog/+page.svelte | 39 +- src/routes/blog/new/+page.svelte | 15 +- yarn.lock | 1001 ++++++++--------- 7 files changed, 590 insertions(+), 615 deletions(-) create mode 100644 src/components/SummerHours2024.svelte create mode 100644 src/content/blog/2024-08-26-summer-hours-2024-are-over.md diff --git a/package.json b/package.json index fdf52ce..e4f0e11 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "to-vfile": "^7.2.3", "unified": "^10.1.2", "zod": "^3.22.2" - }, - "engines": { - "node": ">= 20.11.1" - } + }, + "engines": { + "node": ">= 20.11.1" + } } diff --git a/src/components/SummerHours2024.svelte b/src/components/SummerHours2024.svelte new file mode 100644 index 0000000..4bd4b97 --- /dev/null +++ b/src/components/SummerHours2024.svelte @@ -0,0 +1,51 @@ + + +
+

☀️🥂🌻

+

+ I'm currently out of office for the summer. I'm getting married in July, and + I'll be spending as much time as possible out-of-doors in August. I'll be + back at keyboard in September. +

+ {#if !isActive} +

+ Summer hours are over, slowly rebooting, bear with. +

+ {/if} +

--TJW 2024-08-26

+
+ + diff --git a/src/components/SummerOutOfOffice.svelte b/src/components/SummerOutOfOffice.svelte index 32df321..2456729 100644 --- a/src/components/SummerOutOfOffice.svelte +++ b/src/components/SummerOutOfOffice.svelte @@ -1,49 +1,50 @@
-

Summer Hours 2022

-

- I am currently out-of-office for summer 2022. That means instead of writing and documenting, I'm - going to spend time with great people, in great places, hopefully eating great food. -

+

Summer Hours 2022

+

+ I am currently out-of-office for summer 2022. That means instead of writing + and documenting, I'm going to spend time with great people, in great places, + hopefully eating great food. +

-

Long days and pleasant nights, friend.

+

Long days and pleasant nights, friend.

-

Thomas, 2022-07-06

+

Thomas, 2022-07-06

diff --git a/src/content/blog/2024-08-26-summer-hours-2024-are-over.md b/src/content/blog/2024-08-26-summer-hours-2024-are-over.md new file mode 100644 index 0000000..7d5c22d --- /dev/null +++ b/src/content/blog/2024-08-26-summer-hours-2024-are-over.md @@ -0,0 +1,18 @@ +--- +title: Summer Hours 2024 are over +date: 2024-08-26T09:48:30.668Z +slug: 2024-08-26-summer-hours-2024-are-over +author: Thomas Wilson + +--- +Hello, again. + +Nature is telling me that summer is over. Or at least that calling this late August _summer_ is stretching the truth. + +The days are getting shorter. The wind has a cold bite to it. The squirrels want nothing more than to de-head the seeding plants and cache food anywhere in the garden. + +Autumn is coming. Famously the best season. Other than summer. + +I want to write more, but the best way to start is to start. This is my re-starting. + +Long-live summer. \ No newline at end of file diff --git a/src/routes/blog/+page.svelte b/src/routes/blog/+page.svelte index 3d43578..7e49baa 100644 --- a/src/routes/blog/+page.svelte +++ b/src/routes/blog/+page.svelte @@ -2,6 +2,7 @@ import type { PageData } from "./$types.js"; import Navbar from "$lib/components/Navbar.svelte"; import BlogPostListItem from "./BlogPostListItem.svelte"; + import SummerHours2024 from "../../components/SummerHours2024.svelte"; export let data: PageData; @@ -45,16 +46,7 @@

Blog

-
-

☀️🥂🌻

-

- I'm currently out of office for the summer. I'm getting married in July, - and I'll be spending as much time as possible out-of-doors in August. - I'll be back at keyboard in September. -

-

--TJW 2024-06-17

-
- +

It has been been diff --git a/src/routes/blog/new/+page.svelte b/src/routes/blog/new/+page.svelte index 6ebe0ce..1715678 100644 --- a/src/routes/blog/new/+page.svelte +++ b/src/routes/blog/new/+page.svelte @@ -52,35 +52,34 @@

Back to Blog

New Blog Post

-
+
- +
- +
- +