From 3f0c3ffbeca6dead5e8e53d00dfb0885e076270e Mon Sep 17 00:00:00 2001 From: Madeleine Date: Sun, 26 Nov 2023 16:10:54 +0000 Subject: [PATCH] Remove no longer needed configuration --- config.toml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.toml b/config.toml index 7ac0b42..0c8bcc2 100644 --- a/config.toml +++ b/config.toml @@ -16,7 +16,6 @@ palette = "base16-dark" # Sidebar: about [params.about] title = "spyhoodle.me" -description = "Maddie's personal website with blog posts, tutorials, and opinions." # Sidebar: social [[params.socialLinks]] @@ -33,14 +32,3 @@ url = "mailto:maddie@spyhoodle.me" icon = "fa-solid fa-lock" title = "Matrix" url = "@maddie:spyhoodle.me" - -[menu] -[[menu.main]] - identifier = "articles" - name = "articles/" - url = "/articles/" - -[[menu.main]] - identifier = "updates" - name = "updates/" - url = "/updates/"