From 098811f339ccc8d43c9e2dc2f78d8b6add14b0b5 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 15 Sep 2023 09:14:23 -0400 Subject: [PATCH] clean up some redundancies --- config.toml | 4 ---- content/_index.md | 2 +- content/contact.md | 3 +-- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 2aefc45..75bfc43 100644 --- a/config.toml +++ b/config.toml @@ -8,10 +8,6 @@ theme = "bbb" email = "joel@beckmeyer.us" [menu] - [[menu.main]] - name = "Home" - url = "/" - weight = 1 [[menu.main]] name = "Posts" url = "/posts/" diff --git a/content/_index.md b/content/_index.md index 79bd9c4..0d6603b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,7 @@ title: Home menu: main: - weight: 100 + weight: 1 --- # Welcome! diff --git a/content/contact.md b/content/contact.md index 3984828..b0630dd 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,9 +1,8 @@ --- title: Contact -draft: false menu: main: - weight: 200 + weight: 10 --- Joel Beckmeyer\