From 6d6a1f1bb2bce2d7c15d0c8936b739697e0062a5 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 2 Dec 2024 19:16:48 -0700 Subject: [PATCH] update somethings in the config --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 8484d89..3951b05 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ base_url = "https://ahoneybun.net" # Domain name of your website title = "Aaron Honeycutt" -description = "blog of a linux nerd" +description = "blog of a Linux nerd" default_language = "en" theme = "serene" output_dir = "public" @@ -43,7 +43,7 @@ anchors = "on" name = "Aaron Honeycutt" id = "ahoneybun" -bio = "a Linux nerd" +bio = "a computer nerd who happens to use Linux" avatar = "images/avatar.png" display_id = true @@ -59,7 +59,7 @@ sections = [ { name = "projects", path = "/projects", is_external = false }, { name = "devices", path = "/devices", is_external = false }, # { name = "about", path = "/about", is_external = false }, - # { name = "github", path = "https://github.com/", is_external = true }, + # { name = "github", path = "https://github.com/ahoneybun", is_external = true }, ] blog_section_path = "/posts" @@ -94,7 +94,7 @@ nav_wrapper_left = "{" nav_wrapper_right = "} ;" nav_wrapper_separator = "," -footer_copyright = "© 2023 " +footer_copyright = "© 2024 Aaron Honeycutt" footer_credits = true # Whether to show "powered by zola and serene" in footer not_found_title = "404"