update base directory
This commit is contained in:
parent
ebc5bff21a
commit
38714fc871
|
@ -1,11 +1,11 @@
|
||||||
baseURL = "https://rayelliott.dev/blog/"
|
baseURL = "https://rayelliott.dev/"
|
||||||
canonifyURLs = true
|
canonifyURLs = true
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
|
|
||||||
title = "RayElliottDev"
|
title = "RayElliottDev"
|
||||||
theme = "hugo-coder"
|
theme = "hugo-coder"
|
||||||
|
|
||||||
publishDir = "rayelliott.dev/blog"
|
publishDir = "rayelliott.dev"
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe= true
|
unsafe= true
|
||||||
|
@ -44,7 +44,7 @@ url = "https://www.linkedin.com/in/rayelliottdev"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Posts"
|
name = "Blog"
|
||||||
weight = 5
|
weight = 5
|
||||||
url ="posts/"
|
url ="posts/"
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
Reference in New Issue