finish move to new theme for now

This commit is contained in:
Aaron Honeycutt 2024-11-22 13:01:25 -07:00
parent 6888f1129d
commit d6ceb3ae4c
7 changed files with 82 additions and 13 deletions

View file

@ -57,15 +57,16 @@ 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 = "about", path = "/about", is_external = false },
# { name = "github", path = "https://github.com/<your-username>", is_external = true },
]
blog_section_path = "/posts"
links = [
{ name = "GitHub", icon = "github", url = "https://github.com/<your-username>" },
{ name = "Twitter", icon = "twitter", url = "https://twitter.com/<your-username>" },
{ name = "Email", icon = "email", url = "mailto:<your-email-address>" },
{ name = "GitHub", icon = "github", url = "https://github.com/ahoneybun" },
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
]
force_theme = false # false | "light" | "dark"