diff --git a/hugo.toml b/hugo.toml index 7e465cc..2248bdb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -65,10 +65,14 @@ enableRobotsTXT = true name = "misc" pageRef = "/misc" weight = 40 + [[menus.main]] + name = "git" + url = "https://git.shione.net" + weight = 50 [[menus.main]] name = "rss" url = "/index.xml" - weight = 50 + weight = 60 [markup.goldmark.renderer] unsafe = true