From e1ba854abddac34ff58426ad941383c0385093ba Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 9 Jul 2026 11:07:13 -0400 Subject: [PATCH] remove top menu entires for now --- hugo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hugo.toml b/hugo.toml index 37cae15..2b74cc3 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,19 +10,19 @@ disableKinds = ["taxonomy", "term"] [params] env = "production" - description = "ReGround helps fiction authors find the readers who were always meant to find them." + description = "ReGround helps fiction authors find the readers who need their stories." author = "Will Estes" eec_base_url = "https://eec.reground.org" [[menu.main]] - name = "Courses" - url = "/courses/" - weight = 10 +# name = "Courses" +# url = "/courses/" +# weight = 10 -[[menu.main]] - name = "Contact" - url = "/contact/" - weight = 20 +# [[menu.main]] +# name = "Contact" +# url = "/contact/" +# weight = 20 [[menu.footer]] name = "Contact"