From d12056092a66d0a1899058488b4db425844ac66a Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Mon, 27 Apr 2020 10:12:35 -0400 Subject: [PATCH] Try to fix broken URLs on GitLab --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index cf7c4d4..e56e26d 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,9 @@ languageCode = "en-us" theme = "hugo-notepadium" +# This is for when I am running on GitLab's URL: +relativeURLs = true + #PygmentsCodeFences = true #PygmentsStyle = "monokai"