config.toml: Set baseurl to where page is hosted

`hugo serve` still seems to use the localhost, which is smart, or
weird. Not sure.
This commit is contained in:
Alan Orth 2016-08-03 10:08:52 +03:00
parent 459732d04d
commit 0d60610f6e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
baseurl = "/cgspace-notes/"
baseurl = "https://alanorth.github.io/cgspace-notes/"
languageCode = "en-us"
title = "CGSpace Notes"
newContentEditor = "vim"