Compare commits
3
Commits
84bc1e8d82
...
c8f9c10773
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8f9c10773 | ||
|
|
987c715c00 | ||
|
|
bc09fa2ad4 |
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "The Pale Pour"
|
||||
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-07T18:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: true
|
||||
categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "The Count's Chamber"
|
||||
description: "The room speaks before its master does — an ancient Gothic chamber of firelight and shadow, an armchair that still holds the warmth of centuries, and a wine glass of blood on a small table, patiently waiting."
|
||||
date: 2026-05-08
|
||||
date: 2026-05-08T12:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: false
|
||||
categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "The Last Valkyrie"
|
||||
description: "She walks the field when the battle is already over — magnificent, heavily armed, towering above the fallen — choosing among the dead with the cold authority of a goddess who has never known defeat."
|
||||
date: 2026-05-08
|
||||
date: 2026-05-08T14:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: false
|
||||
categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "The Warlord's Hour"
|
||||
description: "A fearsome samurai warlord, clad in magnificent lacquered armour, receives the quiet ceremony of sake from a geisha — power and grace suspended in a single, breathless moment on an ancient throne."
|
||||
date: 2026-05-08
|
||||
date: 2026-05-08T10:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: false
|
||||
categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Iron Rain"
|
||||
description: "A colossal combat mech holds the intersection — armour scarred by a hundred engagements, missile pods tracking, plasma blade coiled and ready — while Neo-Tokyo dissolves in rain around it and no one dares move."
|
||||
date: 2026-05-10
|
||||
date: 2026-05-10T18:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: true
|
||||
categories:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "The Drowned Queen"
|
||||
description: "She sails still — centuries dead, cursed to never reach port — her black hull half-fog and half-ruin, her skeletal crew working the rigging in silence, her tattered sails full of a wind that does not exist."
|
||||
date: 2026-05-11
|
||||
date: 2026-05-11T10:00:00+02:00
|
||||
author: "valknar"
|
||||
featured: false
|
||||
categories:
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
{{- define "main" -}}
|
||||
|
||||
<!-- ── ARTICLE HEADER ────────────────────────────────────────── -->
|
||||
<header class="gutter-x pt-36 pb-12 max-w-5xl mx-auto relative overflow-hidden">
|
||||
<header class="gutter-x pt-36 pb-12 relative overflow-hidden">
|
||||
<div class="max-w-5xl mx-auto">
|
||||
<!-- Faded decorative category text -->
|
||||
{{- with index .Params.categories 0 -}}
|
||||
<div
|
||||
@@ -59,6 +60,7 @@
|
||||
<time class="label text-fog" datetime="{{ .Date.Format "2006-01-02" }}">
|
||||
{{- .Date.Format "January 2, 2006" -}}
|
||||
</time>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- ── GRADIENT DIVIDER ──────────────────────────────────────── -->
|
||||
|
||||
Reference in New Issue
Block a user