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]
|
[permalinks]
|
||||||
blog = 'blog/:year/:month/:title/'
|
blog = 'blog/:year/:month/:title/'
|
||||||
|
art = 'art/:year/:month/:slugorfilename'
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -52,23 +53,29 @@ copyright = 'This content is licensed under a Creative Commons Attribution-NonCo
|
||||||
url = '/software'
|
url = '/software'
|
||||||
weight = 6
|
weight = 6
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = 'videos'
|
||||||
|
name = 'Videos'
|
||||||
|
url = 'https://tube.ryne.moe/@redchannel'
|
||||||
|
weight = 7
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'downloads'
|
identifier = 'downloads'
|
||||||
name = 'Downloads'
|
name = 'Downloads'
|
||||||
url = '/downloads'
|
url = '/downloads'
|
||||||
weight = 7
|
weight = 8
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'extra'
|
identifier = 'extra'
|
||||||
name = 'Extras'
|
name = 'Extras'
|
||||||
url = '/extra'
|
url = '/extra'
|
||||||
weight = 8
|
weight = 9
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = 'about'
|
identifier = 'about'
|
||||||
name = 'About'
|
name = 'About'
|
||||||
url = '/about'
|
url = '/about'
|
||||||
weight = 9
|
weight = 10
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML"]
|
home = ["HTML"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue