From c4279acc7e6c94eae00d7353e0a6292369dc5ab4 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Sat, 14 Feb 2026 00:49:18 -0500 Subject: [PATCH] feat(menu): add dev site link to navigation https://dev.dustin.coffee --- hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.toml b/hugo.toml index dcc26ce..6aa0294 100644 --- a/hugo.toml +++ b/hugo.toml @@ -112,3 +112,9 @@ theme = 'hello-friend-ng' name = "blog" pageRef = "/posts" weight = 40 + +[[menu.main]] + name = "dev" + url = "https://dev.dustin.coffee" + externalURL = true + weight = 50