cv page in pretty good state, markdown/html support added to description

This commit is contained in:
2025-06-14 03:33:46 +02:00
parent 128269de1f
commit 2c1be1429d
11 changed files with 887 additions and 51 deletions

View File

@@ -37,6 +37,7 @@ export const cvEntry = createTable(
toTime: d.date().notNull(),
title: d.varchar({length:50}).notNull(),
description: d.text(),
hideDates: d.boolean(),
createdAt: d
.timestamp({ withTimezone: true })
.default(sql`CURRENT_TIMESTAMP`)