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"]