Add videos to sidebar, add permalink for art pages
This commit is contained in:
parent
7a8171a1cf
commit
e231372032
1 changed files with 10 additions and 3 deletions
13
config.toml
13
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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue