config.toml: Add comments and defaults

This commit is contained in:
Alan Orth 2016-09-21 15:21:00 +03:00
parent f50e2455a4
commit fe142f0109
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Hugo variables
#
baseurl = "https://alanorth.github.io/cgspace-notes/"
languageCode = "en-us"
title = "CGSpace Notes"
@ -9,4 +11,15 @@ theme = "vienna"
post = "/:year-:month/"
[params]
# Site author
author = "Alan Orth"
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
[params.sidebar]
# Hide the sidebar? (Default: false)
hide = false
[params.sharingicons]
hide = true