From 85653391a5b463ab207d8ab248358d2391f7fbec Mon Sep 17 00:00:00 2001 From: conectado Date: Mon, 14 Jul 2025 16:28:26 -0300 Subject: [PATCH 1/2] remove comments from about me --- content/pages/aboutme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/pages/aboutme.md b/content/pages/aboutme.md index 8750ecc..d964d79 100644 --- a/content/pages/aboutme.md +++ b/content/pages/aboutme.md @@ -1,7 +1,10 @@ +++ title = "About Me" -description = "Stuff about gabriel" +description = "Stuff about Gabi" template = "page.html" + +[extra] +comments = false +++ Hello! I'm Gabriel Steinberg, I also go by @conectado, but you can call me Gabi if you want. From 54df7092c27c6ed20b4810009dd1363d31639e25 Mon Sep 17 00:00:00 2001 From: conectado Date: Mon, 14 Jul 2025 16:28:48 -0300 Subject: [PATCH 2/2] remove home in favor of blog in navbar --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index f039bf8..8ece8ec 100644 --- a/config.toml +++ b/config.toml @@ -23,7 +23,6 @@ insert_anchor_links = "heading" author = "conectado" github = "https://github.com/conectado/blog" radion_menu = [ - {url = "$BASE_URL/", name = "Home"}, {url = "$BASE_URL/", name = "Blog"}, {url = "$BASE_URL/writeups", name = "Write Ups"}, {url = "$BASE_URL/categories", name = "Categories"},