hugo root directory is site root deirectory
This commit is contained in:
parent
3f0923d045
commit
2e05b97781
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hugo-coder-fork"]
|
||||
path = themes/hugo-coder
|
||||
url = ssh://git@git.rayelliott.dev:3222/rayelliott/hugo-coder-fork.git
|
|
@ -1,11 +1,11 @@
|
|||
baseURL = "https://rayelliott.dev/blog/"
|
||||
baseURL = "https://rayelliott.dev/"
|
||||
canonifyURLs = true
|
||||
languageCode = "en-us"
|
||||
|
||||
title = "RayElliottDev"
|
||||
theme = "hugo-coder"
|
||||
|
||||
publishDir = "rayelliott.dev/blog"
|
||||
publishDir = "dist"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 25d9bc419949e4125e4eb97d2de32e624e1352b1
|
Reference in New Issue