add resume section and turn off device section

This commit is contained in:
Aaron Honeycutt 2025-03-18 12:54:48 -06:00
parent 2f88cd7a54
commit a68c6a9233
3 changed files with 32 additions and 1 deletions

View file

@ -57,7 +57,7 @@ recent_more_text = "more »"
sections = [
{ name = "posts", path = "/posts", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
{ name = "devices", path = "/devices", 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 },
]