From 5769fe328cdc3fd6d4288e420c24c8fc813907f4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Fri, 26 Feb 2016 10:46:25 +0000 Subject: [PATCH] Update baseurl --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 13b4b19..9df29e2 100644 --- a/config.yaml +++ b/config.yaml @@ -4,8 +4,8 @@ layoutdir: "layouts" publishdir: "public" indexes: category: "categories" -baseurl: "https://axil.gitlab.io/pages-hugo" -title: "Hugo Blog Template for GitHub Pages" +baseurl: "https://gitlab-examples.gitlab.io/pages-hugo" +title: "Hugo Blog Template for GitLab Pages" canonifyurls: true theme: "Lanyon" ...