From d70b70057c237317fcd709c98e3e42e7915f4481 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 17 Aug 2025 16:08:15 +0200 Subject: [PATCH] extract disclaimer --- content/posts/why-2025/day0/index.md | 18 +++++++++--------- content/posts/why-2025/day1/index.md | 14 +++++++++++++- content/posts/why-2025/prep.md | 14 ++++++++++---- layouts/_shortcodes/why-disclaimer.html | 11 +++++++++++ 4 files changed, 43 insertions(+), 14 deletions(-) create mode 100644 layouts/_shortcodes/why-disclaimer.html diff --git a/content/posts/why-2025/day0/index.md b/content/posts/why-2025/day0/index.md index bda2e32..b097949 100644 --- a/content/posts/why-2025/day0/index.md +++ b/content/posts/why-2025/day0/index.md @@ -1,20 +1,20 @@ +++ date = '2025-08-07T18:00:00+02:00' -draft = false +published = '2025-08-09T19:00:00+02:00' +modified = '2025-08-17T12:00:00+02:00' title = 'WHY 2025 - Day 0' tags = ['travel', 'WHY 2025'] +++ -I am trying to write more, so I am experimenting with a series of travel-log style post. -The resulting text is boring to read, the contained conclusions are obvious for anyone with two or more brain cells and you will just waste your time reading it. +I went to WHY2025, a Dutch hacker camp. -This is the second part, covering everything happening on day 0 after arriving on the site. -I may update previous days, so you may want to wait until after the event is over to read a more polished version. +This is the second part of my travel log, covering everything happening on day 0 after arriving on the site. -This post contains some photos, so I should probably tell you about the photo policy of events like this. -People are allowed to take pictures, but only after asking every single person in the photo individually. -In practice this means you cannot really take good pictures to capture the vibe of the place - -you are either photographing an object or a mostly empty space. + + +{{< details summary="Disclaimer WHY2025" >}} +{{< why-disclaimer >}} +{{< /details>}} ### Entrance diff --git a/content/posts/why-2025/day1/index.md b/content/posts/why-2025/day1/index.md index de7e122..7647bbc 100644 --- a/content/posts/why-2025/day1/index.md +++ b/content/posts/why-2025/day1/index.md @@ -1,10 +1,22 @@ +++ date = '2025-08-08T12:00:00+02:00' +published = '2025-08-16T23:00:00+02:00' +modified = '2025-08-17T12:00:00+02:00' title = 'WHY 2025 - Day 1' tags = ['travel', 'WHY 2025'] +++ -Please note the disclaimer from [Day 0](../day0/) still applies. +I went to WHY2025, a Dutch hacker camp. + +This is the third part of my travel log, covering everything happening on day 1. + + + +{{< details summary="Disclaimer WHY2025" >}} +{{< why-disclaimer >}} +{{< /details>}} + +### Waking up At day 1 I woke up in a warm tent to ABBAs "Gimme Gimme", making further sleep impossible. The weather service now predicted hotter weather than originally planned for, so I had to ration my cooler clothing for the hottest days, which had yet to come. diff --git a/content/posts/why-2025/prep.md b/content/posts/why-2025/prep.md index c6deff3..d0a482f 100644 --- a/content/posts/why-2025/prep.md +++ b/content/posts/why-2025/prep.md @@ -1,16 +1,22 @@ +++ date = '2025-08-07T06:00:00+02:00' +published = '2025-08-08T02:30:00+02:00' +modified = '2025-08-16T12:00:00+02:00' draft = false title = 'WHY 2025 - Preparations' tags = ['travel', 'WHY 2025'] aliases = ["why-2025/why-2025-prep/"] +++ -I am trying to write more, so I am experimenting with a series of travel-log style post. -The resulting text is boring to read, the contained conclusions are obvious for anyone with two or more brain cells and you will just waste your time reading it. +I went to WHY2025, a Dutch hacker camp. -This is the first part, covering everything happening before arriving on site. -I may update previous days, so you may want to wait until after the event is over to read a more polished version. +This is the first part of my travel log, covering everything happening before arriving on site. + + + +{{< details summary="Disclaimer WHY2025" >}} +{{< why-disclaimer >}} +{{< /details>}} ### Expectations diff --git a/layouts/_shortcodes/why-disclaimer.html b/layouts/_shortcodes/why-disclaimer.html new file mode 100644 index 0000000..b7a5cda --- /dev/null +++ b/layouts/_shortcodes/why-disclaimer.html @@ -0,0 +1,11 @@ +I am trying to write more, so I am experimenting with a series of travel-log style post. +The resulting text is boring to read, the contained conclusions are obvious for anyone with two or more brain cells +and you will just waste your time reading it. + +Some posts contain photos, so I should probably tell you about the photo policy of events like this. +People are allowed to take pictures, but only after asking every single person in the photo individually. +In practice this means you cannot really take good pictures to capture the vibe of the place - +you are either photographing an object or a mostly empty space. + +As with all other posts, I may update previous ones without telling anyone. +You may want to wait until I added all the photos and polished the text a bit. \ No newline at end of file