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\