feat: add prompt front matter structure, comment out generation notes block

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-07 20:32:23 +02:00
parent fbccd4e2a2
commit d6dd40fe5d
2 changed files with 38 additions and 1 deletions
@@ -1,6 +1,6 @@
--- ---
title: "The Pale Pour" 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 date: 2026-05-07
author: "valknar" author: "valknar"
featured: true featured: true
@@ -12,4 +12,8 @@ tags:
- Bar - Bar
- The Green Fairy - The Green Fairy
slug: pale-pour 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."
--- ---
+33
View File
@@ -92,6 +92,39 @@
</article> </article>
{{- end -}} {{- end -}}
{{- /* ── GENERATION NOTES (disabled) ─────────────────────────────
{{- with .Params.prompt -}}
<section class="gutter-x mb-20 md:mb-28">
<div class="max-w-5xl mx-auto">
<div class="flex items-center gap-5 mb-8">
<span class="badge badge-outline">Generation Notes</span>
<div class="flex-1 gradient-line"></div>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-px bg-zinc">
{{- with .scene -}}
<div class="bg-concrete p-6 md:p-8">
<p class="label text-fog mb-4">Scene</p>
<p class="font-body text-sm text-chalk leading-relaxed">{{ . }}</p>
</div>
{{- end -}}
{{- with .environment -}}
<div class="bg-concrete p-6 md:p-8">
<p class="label text-fog mb-4">Environment</p>
<p class="font-body text-sm text-chalk leading-relaxed">{{ . }}</p>
</div>
{{- end -}}
{{- with .style -}}
<div class="bg-concrete p-6 md:p-8">
<p class="label text-fog mb-4">Lighting & Style</p>
<p class="font-body text-sm text-chalk leading-relaxed">{{ . }}</p>
</div>
{{- end -}}
</div>
</div>
</section>
{{- end -}}
*/ -}}
<!-- ── GALLERY ───────────────────────────────────────────────── --> <!-- ── GALLERY ───────────────────────────────────────────────── -->
{{- $bundleImages := .Resources.Match "[0-9]*.png" -}} {{- $bundleImages := .Resources.Match "[0-9]*.png" -}}
{{- $legacyItems := slice -}} {{- $legacyItems := slice -}}