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"