config.toml: Set editor and theme

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-11-25 01:04:31 +03:00
parent d13fb90f93
commit 4233e6ef8e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "CGSpace Notes"
newContentEditor = "vim"
theme = "vienna"