From 428cf906c492946dc12da508a0083f7f474cdf01 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 21 Jan 2026 06:44:18 -0700 Subject: [PATCH] disable link to resume from website but it can be accessed from the link --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index 0921df0..1d9646b 100644 --- a/config.toml +++ b/config.toml @@ -57,7 +57,6 @@ recent_more_text = "more ยป" sections = [ { name = "posts", path = "/posts", is_external = false }, { name = "projects", path = "/projects", is_external = false }, - { name = "resume", path = "/resume", is_external = false }, # { name = "about", path = "/about", is_external = false }, # { name = "github", path = "https://github.com/ahoneybun", is_external = true }, ]