feat: configure content collections and add initial Holocaust Remembrance Day video entry
This commit is contained in:
parent
803057c51e
commit
c584e28341
|
|
@ -34,8 +34,8 @@ const videos = defineCollection({
|
||||||
date: z.date(),
|
date: z.date(),
|
||||||
draft: z.boolean().optional(),
|
draft: z.boolean().optional(),
|
||||||
video_yt: z.string().optional(),
|
video_yt: z.string().optional(),
|
||||||
description: z.string().optional(),
|
|
||||||
thumbnail: image().optional().describe("Video thumbnail image"),
|
thumbnail: image().optional().describe("Video thumbnail image"),
|
||||||
|
type: z.enum(["video", "short"]).default("video").optional(),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: ' Palabras por el Día Internacional de Conmemoración en Memoria de las Víctimas del Holocausto '
|
||||||
|
date: 2026-01-27
|
||||||
|
locale: 'es'
|
||||||
|
video_yt: 'https://www.youtube.com/shorts/kVjhGIspD4Q?feature=share'
|
||||||
|
type: 'short'
|
||||||
|
---
|
||||||
|
En un mensaje compartido hoy, el Dr. José Benjamín Pérez Matos se refirió al Día Internacional de Conmemoración en Memoria de las Víctimas del Holocausto, subrayando la importancia de recordar la Shoá como un acto de escudo contra el olvido, y advirtiendo sobre los peligros del odio y la indiferencia; asimismo, resalta la práctica diaria de la tolerancia y el respeto.
|
||||||
Loading…
Reference in New Issue