mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
update somethings in the config
This commit is contained in:
parent
3216540c57
commit
6d6a1f1bb2
1 changed files with 4 additions and 4 deletions
|
@ -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/<your-username>", 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 <your-name>"
|
||||
footer_copyright = "© 2024 Aaron Honeycutt"
|
||||
footer_credits = true # Whether to show "powered by zola and serene" in footer
|
||||
|
||||
not_found_title = "404"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue