diff --git a/config.toml b/config.toml index 02e9b4089..afd650b5f 100644 --- a/config.toml +++ b/config.toml @@ -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"