blog/hugo.toml
2024-12-22 19:02:46 +05:00

14 lines
257 B
TOML

baseURL = 'https://blog.surdeus.su/'
languageCode = 'en-US'
title = 'Surdeus Blog'
theme = 'ananke'
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 10
[[menus.main]]
name = 'News'
pageRef = '/news'
weight = 20