From 2e05b977817eb180c481f06c2b49ce46ec3c9370 Mon Sep 17 00:00:00 2001 From: ray Date: Sun, 4 Oct 2020 21:16:31 +0100 Subject: [PATCH] hugo root directory is site root deirectory --- .gitmodules | 3 +++ config.toml | 4 ++-- themes/hugo-coder | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 themes/hugo-coder 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