From 69b8bb14dc1cbcaf7664cc637bf318482aa3c9e6 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 4 May 2024 20:08:52 -0500 Subject: [PATCH] menu updates: add backstage and notes, ditch virtuallypotato stuff --- config/_default/menu.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/config/_default/menu.toml b/config/_default/menu.toml index 01fd711..94c9f39 100644 --- a/config/_default/menu.toml +++ b/config/_default/menu.toml @@ -23,7 +23,13 @@ weight = 1 [[main]] - identifier = "virtuallypotato" - name = "whereis virtuallypotato" - url = "/virtuallypotato-runtimeterror/" + identifier = "backstage" + name = "backstage" + url = "/categories/backstage/" + weight = 1 + +[[main]] + identifier = "notes" + name = "notes" + url = "https://notes.runtimeterror.dev" weight = 100