feat: add content system with MDX support, types, and meta files for 4 games

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-17 07:28:12 +00:00
parent d7fa2df2cb
commit d2d1809c24
6 changed files with 146 additions and 0 deletions

8
content/wow/meta.json Normal file
View File

@@ -0,0 +1,8 @@
{
"title": "World of Warcraft",
"subtitle": "Cronicas de Azeroth",
"description": "Desde la creacion del universo por los Titanes hasta las guerras que definieron el destino de Azeroth, esta es la historia epica del mundo mas grande jamas creado en un MMORPG.",
"color": "#1a3a5c",
"colorDark": "#0f2440",
"accentColor": "#d4a843"
}