blog/hugo.toml
2024-12-22 20:35:44 +05:00

35 lines
588 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
[params.ananke.social.follow]
new_window_icon = false
networks = [
"telegram",
"github",
"hackernews",
"youtube"
]
[params.ananke.social.telegram]
username="surdeus"
[params.ananke.social.github]
username="surdeus"
[params.ananke.social.hackernews]
username="surdeus"
[params.ananke.social.youtube]
username="surdeus"