created ImageSubtitle element; added content to blog post 1

This commit is contained in:
2026-01-28 23:10:36 +01:00
parent 9cdae8e070
commit 75674c4992
23 changed files with 137 additions and 90 deletions

View File

@@ -1,6 +1,9 @@
export interface BlogPostDetails {
date: string;
// Format: HH:mm
time: string;
/**
* Short title to be used in URL.
*/
@@ -14,8 +17,9 @@ export interface BlogPostDetails {
}
export const posts = new Map<string, BlogPostDetails>([
["2026/0105", {
["2026/0128", {
date: "2026-01-05",
time: "13:00",
shortTitle: "portsmouth",
fullTitle: "Portsmouth Postmortem",
description: "",