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]
|
2023-10-09 23:27:35 -04:00
|
|
|
avatarURL = "images/pfp.jpg"
|
2023-10-04 21:25:51 -04:00
|
|
|
avatarSize = "size-m"
|
2023-10-05 01:31:36 -04:00
|
|
|
accentColor = "#74c7ec"
|
2023-10-04 21:25:51 -04:00
|
|
|
socialIcons = [
|
2023-10-07 23:11:37 -04:00
|
|
|
{name = "github", url = "https://git.flake.sh/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"
|