config.toml: Update configuration to reflect new theme options

This commit is contained in:
Alan Orth 2017-01-22 11:10:15 +02:00
parent 1db40c0175
commit ab8dd77716
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 3 deletions

View File

@ -15,16 +15,17 @@ enableRobotsTXT = true
# Site author
author = "Alan Orth"
# Description/subtitle for homepage (can be Markdown)
description = "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
sharingicons = false
[params.sidebar]
# Hide the sidebar? (Default: false)
hide = false
[params.sharingicons]
hide = true
[[menu.sidebar]]
name = "CGSpace"
url = "https://cgspace.cgiar.org"