dc09-hugo/hugo.toml

24 lines
340 B
TOML

baseURL = 'https://dc09.ru/'
languageCode = 'en-us'
title = "DarkCat09's IT Blog"
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