Add videos to sidebar, add permalink for art pages

This commit is contained in:
Joshua Goins 2022-12-20 18:02:05 -05:00
parent 7a8171a1cf
commit e231372032

View file

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