Compare commits

...
2 Commits
Author SHA1 Message Date
valknar 1c52f9ef6b fix: new featured post 2026-04-20 17:44:48 +02:00
valknarandClaude Sonnet 4.6 3a4b877d3d fix: clamp hero description to 3 lines on homepage
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-20 17:44:16 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Boss Fog"
description: "A hyper-realistic, cinematic wide shot of Link from The Legend of Zelda reimagined in the Dark Souls universe. Link wears a battle-worn, tattered green tunic and weathered leather armor, standing small against a colossal, grotesque Eldritch boss knight. The boss is shrouded in thick, grey fog and embers, wielding a shattered, colossal Greatsword. The environment is a crumbling, gothic cathedral under a dying eclipse." description: "A hyper-realistic, cinematic wide shot of Link from The Legend of Zelda reimagined in the Dark Souls universe. Link wears a battle-worn, tattered green tunic and weathered leather armor, standing small against a colossal, grotesque Eldritch boss knight. The boss is shrouded in thick, grey fog and embers, wielding a shattered, colossal Greatsword. The environment is a crumbling, gothic cathedral under a dying eclipse."
date: 2026-04-13 date: 2026-04-13
author: "valknar" author: "valknar"
featured: true featured: false
categories: categories:
- Dark - Dark
tags: tags:
+1 -1
View File
@@ -3,7 +3,7 @@ title: "Lookout of L’Étrange"
description: "Cinematic stop-motion animation still in the iconic style of Tim Burton. In the immediate foreground, a stylized, gangly stone gargoyle with oversized, tattered leathery wings perches precariously on a jagged Gothic ledge. The gargoyle has a mournful expression, large hollow eyes, and a spindly, skeletal frame. Beyond the ledge, a sprawling, hand-painted vista of Paris at night unfolds with dramatic, forced perspective. The Eiffel Tower is reimagined as a twisting, spindly iron spire reaching toward a massive, glowing, yellowish-white crescent moon. The Parisian streets below are a labyrinth of crooked, curling chimneys and steeply pitched rooftops covered in a dusting of blue-toned frost." description: "Cinematic stop-motion animation still in the iconic style of Tim Burton. In the immediate foreground, a stylized, gangly stone gargoyle with oversized, tattered leathery wings perches precariously on a jagged Gothic ledge. The gargoyle has a mournful expression, large hollow eyes, and a spindly, skeletal frame. Beyond the ledge, a sprawling, hand-painted vista of Paris at night unfolds with dramatic, forced perspective. The Eiffel Tower is reimagined as a twisting, spindly iron spire reaching toward a massive, glowing, yellowish-white crescent moon. The Parisian streets below are a labyrinth of crooked, curling chimneys and steeply pitched rooftops covered in a dusting of blue-toned frost."
date: 2026-04-18 date: 2026-04-18
author: "valknar" author: "valknar"
featured: false featured: true
categories: categories:
- Dark - Dark
tags: tags:
+1 -1
View File
@@ -43,7 +43,7 @@
</h1> </h1>
<!-- Description --> <!-- Description -->
<p class="text-chalk text-base md:text-lg max-w-2xl mb-10 leading-relaxed text-pretty font-body opacity-90"> <p class="text-chalk text-base md:text-lg max-w-2xl mb-10 leading-relaxed text-pretty font-body opacity-90 line-clamp-3">
{{- .Description -}} {{- .Description -}}
</p> </p>