Adding update and terminal nav for medialog
This commit is contained in:
parent
2725bbf2be
commit
d8a7426df2
2 changed files with 18 additions and 0 deletions
|
|
@ -69,4 +69,12 @@ if (window.terminal) {
|
||||||
window.location.href = "/now/";
|
window.location.href = "/now/";
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
window.terminal.registerCommand(
|
||||||
|
"medialog",
|
||||||
|
"Media that I have enjoyed (or not) recently",
|
||||||
|
() => {
|
||||||
|
window.location.href = "/media/";
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
content/updates/2026-01-01-media-log.md
Normal file
10
content/updates/2026-01-01-media-log.md
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue