From f89969d98637f244b9325f16c0b3b923fb65ef59 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 28 Aug 2025 10:48:45 -0400 Subject: work on layout and write basic nginx page --- hugo.toml | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index 571ab1f..37d5fcb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -21,27 +21,7 @@ name = "now" pageRef = "/now.html" weight = 20 -[[menus.main]] -name = "blog" -pageRef = "/blog.html" -weight = 30 - -[[menus.main]] -name = "music" -pageRef = "/music/" -weight = 40 - [[menus.main]] name = "uses" pageRef = "/uses.html" weight = 50 - -[[menus.right_main]] -name = "source" -url = "https://git.mending.trade/www/" -weight = 10 - -[[menus.right_main]] -name = "todo" -url = "/todo.html" -weight = 20 -- cgit v1.2.3