From 38714fc871f26693035938fe0d9b52cd6516d94c Mon Sep 17 00:00:00 2001 From: = Date: Sat, 12 Sep 2020 11:46:33 +0100 Subject: [PATCH] update base directory --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 63da345..a8435cd 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 = "rayelliott.dev" [markup.goldmark.renderer] unsafe= true @@ -44,7 +44,7 @@ url = "https://www.linkedin.com/in/rayelliottdev" [[menu.main]] -name = "Posts" +name = "Blog" weight = 5 url ="posts/" [[menu.main]]