From bbddce36b4608ef1159b1b8cf68707271531faa9 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 7 Oct 2023 23:11:37 -0400 Subject: [PATCH] hugo: link to forgejo instead of github --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index ba611f9..e3b7e61 100644 --- a/hugo.toml +++ b/hugo.toml @@ -33,7 +33,7 @@ enableRobotsTXT = true avatarSize = "size-m" accentColor = "#74c7ec" socialIcons = [ - {name = "github", url = "https://github.com/notohh"}, + {name = "github", url = "https://git.flake.sh/notohh"}, {name = "twitter", url = "https://twitter.com/notohhh"}, {name = "twitch", url = "https://www.twitch.tv/notohh"}, {name = "discord", url = "https://discord.com/users/155965294429470720"}