From 8e4a870480ed367fdecb2348b141fef59fec505c Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 30 Nov 2015 12:43:30 +0200 Subject: [PATCH] config.toml: Add baseurl for hosting on GitHub pages Signed-off-by: Alan Orth --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 692aed9c7..e46b89884 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "https://alanorth.github.io/cgspace-notes" languageCode = "en-us" title = "CGSpace Notes" newContentEditor = "vim"