Adding update and terminal nav for medialog

This commit is contained in:
Dan 2026-01-01 23:35:46 +00:00
parent 2725bbf2be
commit d8a7426df2
2 changed files with 18 additions and 0 deletions

View file

@ -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/";
},
);
}

View file

@ -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