Menu items changed
This commit is contained in:
parent
0fe0e0a38b
commit
5b990659a6
2 changed files with 20 additions and 19 deletions
20
hugo.toml
20
hugo.toml
|
@ -2,3 +2,23 @@ baseURL = 'https://blog.dc09.ru/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = "DarkCat09's IT Blog"
|
title = "DarkCat09's IT Blog"
|
||||||
theme = 'qogir'
|
theme = 'qogir'
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'Home'
|
||||||
|
pageRef = '/'
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'About'
|
||||||
|
pageRef = '/about'
|
||||||
|
weight = 20
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'Tags'
|
||||||
|
pageRef = '/tags'
|
||||||
|
weight = 30
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = 'Donate'
|
||||||
|
pageRef = '/donate'
|
||||||
|
weight = 40
|
||||||
|
|
|
@ -1,22 +1,3 @@
|
||||||
# baseURL = 'https://example.org/'
|
|
||||||
# languageCode = 'en-us'
|
|
||||||
# title = 'My New Hugo Site'
|
|
||||||
|
|
||||||
[[menus.main]]
|
|
||||||
name = 'Home'
|
|
||||||
pageRef = '/'
|
|
||||||
weight = 10
|
|
||||||
|
|
||||||
[[menus.main]]
|
|
||||||
name = 'Posts'
|
|
||||||
pageRef = '/posts'
|
|
||||||
weight = 20
|
|
||||||
|
|
||||||
[[menus.main]]
|
|
||||||
name = 'Tags'
|
|
||||||
pageRef = '/tags'
|
|
||||||
weight = 30
|
|
||||||
|
|
||||||
[module]
|
[module]
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = false
|
extended = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue