From d6dd40fe5d5d4510bf6c87c93a39905545f473c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 7 May 2026 20:32:23 +0200 Subject: [PATCH] feat: add prompt front matter structure, comment out generation notes block Co-Authored-By: Claude Sonnet 4.6 --- .../posts/2026-05-07-the-pale-pour/index.md | 6 +++- layouts/posts/single.html | 33 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/content/posts/2026-05-07-the-pale-pour/index.md b/content/posts/2026-05-07-the-pale-pour/index.md index 28e738b..c02d00d 100644 --- a/content/posts/2026-05-07-the-pale-pour/index.md +++ b/content/posts/2026-05-07-the-pale-pour/index.md @@ -1,6 +1,6 @@ --- title: "The Pale Pour" -description: "A cinematic, wide-angle interior shot of a subterranean, rustic Gothic Absinthe bar. The atmosphere is thick with a swirling, ethereal green bioluminescent fog (\"The Green Fairy\"). In the center, a skeletal Grim Reaper stands behind a heavy, scarred oak bar, draped in tattered, ink-black hooded robes; his bony hands are delicately preparing a traditional absinthe drip over a silver slotted spoon and sugar cube." +description: "A skeletal Grim Reaper tends bar in a subterranean Gothic absinthe den, where the Green Fairy's bioluminescent fog coils between candlelit bottles and tarnished mirrors." date: 2026-05-07 author: "valknar" featured: true @@ -12,4 +12,8 @@ tags: - Bar - The Green Fairy slug: pale-pour +prompt: + scene: "A cinematic, wide-angle interior shot of a subterranean, rustic Gothic Absinthe bar. The atmosphere is thick with a swirling, ethereal green bioluminescent fog (\"The Green Fairy\"). In the center, a skeletal Grim Reaper stands behind a heavy, scarred oak bar, draped in tattered, ink-black hooded robes; his bony hands are delicately preparing a traditional absinthe drip over a silver slotted spoon and sugar cube." + environment: "Vaulted stone ceilings with cracked ribs, dripping wax from oversized iron chandeliers, walls lined with dusty, unlabeled apothecary bottles and antique mirrors showing tarnished reflections. Plush, rotting emerald velvet barstools and flickering candlelight." + style: "Moody chiaroscuro lighting, deep shadows contrasted with vibrant neon-emerald highlights. Art Nouveau accents, hyper-realistic textures of bone, aged wood, and etched glass. Dark Victorian aesthetic, macabre elegance, 8k resolution, photorealistic with a touch of oil painting gloom." --- diff --git a/layouts/posts/single.html b/layouts/posts/single.html index f80ee9b..e61d09e 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -92,6 +92,39 @@ {{- end -}} +{{- /* ── GENERATION NOTES (disabled) ───────────────────────────── +{{- with .Params.prompt -}} +
+
+
+ Generation Notes +
+
+
+ {{- with .scene -}} +
+

Scene

+

{{ . }}

+
+ {{- end -}} + {{- with .environment -}} +
+

Environment

+

{{ . }}

+
+ {{- end -}} + {{- with .style -}} +
+

Lighting & Style

+

{{ . }}

+
+ {{- end -}} +
+
+
+{{- end -}} +*/ -}} + {{- $bundleImages := .Resources.Match "[0-9]*.png" -}} {{- $legacyItems := slice -}}