blog/hugo.toml

36 lines
588 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
2024-12-22 18:35:44 +03:00
[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"