From e23137203209f1cbd9882f38586b286a64305666 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 20 Dec 2022 18:02:05 -0500 Subject: [PATCH] Add videos to sidebar, add permalink for art pages --- config.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index ff718d8..2905924 100644 --- a/config.toml +++ b/config.toml @@ -14,6 +14,7 @@ copyright = 'This content is licensed under a Creative Commons Attribution-NonCo [permalinks] blog = 'blog/:year/:month/:title/' + art = 'art/:year/:month/:slugorfilename' [menu] [[menu.main]] @@ -52,23 +53,29 @@ copyright = 'This content is licensed under a Creative Commons Attribution-NonCo url = '/software' weight = 6 + [[menu.main]] + identifier = 'videos' + name = 'Videos' + url = 'https://tube.ryne.moe/@redchannel' + weight = 7 + [[menu.main]] identifier = 'downloads' name = 'Downloads' url = '/downloads' - weight = 7 + weight = 8 [[menu.main]] identifier = 'extra' name = 'Extras' url = '/extra' - weight = 8 + weight = 9 [[menu.main]] identifier = 'about' name = 'About' url = '/about' - weight = 9 + weight = 10 [outputs] home = ["HTML"]