dc09-hugo/hugo.toml

25 lines
345 B
TOML
Raw Normal View History

2023-11-04 11:44:24 +04:00
baseURL = 'https://blog.dc09.ru/'
languageCode = 'en-us'
title = "DarkCat09's IT Blog"
theme = 'qogir'
2023-11-04 19:54:07 +04:00
[[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