This commit is contained in:
Elijah McMorris 2025-05-06 17:21:00 -07:00
parent 47a5ac5067
commit d214121cd6
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
11 changed files with 85 additions and 69 deletions

View file

@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://blog.nexveridian.com/"
base_url = "https://nexveridian.com/"
# The site title and description; used in feeds by default.
title = ""
@ -38,15 +38,15 @@ menu_items = [
# each of these is optional, name and url are required
# $BASE_URL is going to be substituted by base_url from configuration
{ name = "home", url = "$BASE_URL" },
{ name = "Home", url = "$BASE_URL" },
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
{ name = "blog", url = "$BASE_URL/archive" },
{ name = "tags", url = "$BASE_URL/tags" },
{ name = "about me", url = "$BASE_URL/about" },
{ name = "Blog", url = "$BASE_URL/archive" },
{ name = "Tags", url = "$BASE_URL/tags" },
{ name = "About Me", url = "$BASE_URL/about" },
{ name = "resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
{ name = "Resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
]
show_only_description = true