diff --git a/assets/js/commands/navigation.js b/assets/js/commands/navigation.js index 6837159..a0f8010 100644 --- a/assets/js/commands/navigation.js +++ b/assets/js/commands/navigation.js @@ -69,4 +69,12 @@ if (window.terminal) { window.location.href = "/now/"; }, ); + + window.terminal.registerCommand( + "medialog", + "Media that I have enjoyed (or not) recently", + () => { + window.location.href = "/media/"; + }, + ); } diff --git a/content/updates/2026-01-01-media-log.md b/content/updates/2026-01-01-media-log.md new file mode 100644 index 0000000..f6fb375 --- /dev/null +++ b/content/updates/2026-01-01-media-log.md @@ -0,0 +1,10 @@ +--- +title: "2026 01 01 Media Log" +date: 2026-01-01T23:30:54Z +tags: [] +description: "" +build: + render: never +--- + +Added a new medialog section \ No newline at end of file