cgspace-notes/config.toml
Alan Orth 0d60610f6e
config.toml: Set baseurl to where page is hosted
`hugo serve` still seems to use the localhost, which is smart, or
weird. Not sure.
2016-08-03 10:08:52 +03:00

9 lines
176 B
TOML

baseurl = "https://alanorth.github.io/cgspace-notes/"
languageCode = "en-us"
title = "CGSpace Notes"
newContentEditor = "vim"
theme = "vienna"
[params]
author = "Alan Orth"