diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..93a23bd --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/config.toml b/config.toml index d55eb1f..150e5bc 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/themes/hugo-coder b/themes/hugo-coder new file mode 160000 index 0000000..25d9bc4 --- /dev/null +++ b/themes/hugo-coder @@ -0,0 +1 @@ +Subproject commit 25d9bc419949e4125e4eb97d2de32e624e1352b1