fix link
This commit is contained in:
parent
47a5ac5067
commit
d214121cd6
11 changed files with 85 additions and 69 deletions
12
config.toml
12
config.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue