This commit is contained in:
Elijah McMorris 2025-05-06 13:30:28 -07:00
parent d6006a0227
commit 70671e5a43
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
17 changed files with 519 additions and 14 deletions

View file

@ -1,5 +1,5 @@
# The URL the site will be built for
base_url = "https://nexveridian.com"
base_url = "https://blog.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 = "blog", 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 = "archive", url = "$BASE_URL/archive" },
{ name = "about me", url = "$BASE_URL/about" },
{ name = "resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf" },
{ name = "resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
]
show_only_description = true