From b1db6407b3273060e98ef746af682a844254fd1b Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 28 Mar 2016 16:00:26 +0000 Subject: [PATCH] Set base_url to /hugo --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 82e81ea..4dfe1aa 100644 --- a/config.yaml +++ b/config.yaml @@ -4,8 +4,8 @@ layoutdir: "layouts" publishdir: "public" indexes: category: "categories" -baseurl: "https://pages.gitlab.io/hugo" +baseurl: "/hugo" title: "Hugo Blog Template for GitLab Pages" canonifyurls: true theme: "Lanyon" -... +... \ No newline at end of file