blog/hugo.toml

15 lines
257 B
TOML
Raw Normal View History

2024-12-20 00:05:29 +03:00
baseURL = 'https://blog.surdeus.su/'
languageCode = 'en-US'
title = 'Surdeus Blog'
2024-12-19 23:41:38 +03:00
theme = 'ananke'
2024-12-22 17:02:46 +03:00
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 10
[[menus.main]]
name = 'News'
pageRef = '/news'
weight = 20