notohh.dev/hugo.toml

41 lines
925 B
TOML
Raw Normal View History

2023-10-04 21:25:51 -04:00
baseURL = "https://notohh.dev/"
defaultContentLanguage = "en"
languageCode = "en"
title = "notohh"
theme = "gokarna"
enableRobotsTXT = true
[menu]
[[menu.main]]
identifier = "status"
name = "status"
url = "https://status.flake.sh/status/kumo"
pre = ""
weight = 1
[[menu.main]]
identifier = "about"
name = "about"
url = "/about/"
weight = 2
[[menu.main]]
identifier = "projects"
name = "projects"
url = "/projects/"
weight = 3
[params]
avatarURL = "/images/pfp.jpg"
avatarSize = "size-m"
2023-10-05 01:31:36 -04:00
accentColor = "#74c7ec"
2023-10-04 21:25:51 -04:00
socialIcons = [
2023-10-05 13:07:53 -04:00
{name = "github", url = "https://github.com/notohh"},
2023-10-04 21:25:51 -04:00
{name = "twitter", url = "https://twitter.com/notohhh"},
{name = "twitch", url = "https://www.twitch.tv/notohh"},
{name = "discord", url = "https://discord.com/users/155965294429470720"}
]
pygmentsStyle = "catppuccin-mocha"