2016-09-21 14:21:00 +02:00
|
|
|
# Hugo variables
|
|
|
|
#
|
2016-08-03 09:08:52 +02:00
|
|
|
baseurl = "https://alanorth.github.io/cgspace-notes/"
|
2015-11-23 14:56:41 +01:00
|
|
|
languageCode = "en-us"
|
|
|
|
title = "CGSpace Notes"
|
2015-11-24 23:04:31 +01:00
|
|
|
newContentEditor = "vim"
|
2016-09-21 14:21:26 +02:00
|
|
|
theme = "hugo-theme-bootstrap4-blog"
|
2016-09-21 21:25:36 +02:00
|
|
|
enableRobotsTXT = true
|
2017-03-02 13:24:16 +01:00
|
|
|
enableGitInfo = true
|
2018-02-11 17:28:23 +01:00
|
|
|
publishDir = "docs"
|
2015-11-30 12:01:00 +01:00
|
|
|
|
2016-09-21 14:09:43 +02:00
|
|
|
[permalinks]
|
|
|
|
# use 2016-09 as slug, since my posts are always monthly
|
2018-03-09 21:11:13 +01:00
|
|
|
posts = "/:year-:month/"
|
2016-09-21 14:09:43 +02:00
|
|
|
|
2015-11-30 12:01:00 +01:00
|
|
|
[params]
|
2016-09-21 14:21:00 +02:00
|
|
|
# Site author
|
2015-11-30 12:01:00 +01:00
|
|
|
author = "Alan Orth"
|
2016-09-21 14:21:00 +02:00
|
|
|
|
2017-01-22 10:10:15 +01:00
|
|
|
# Description/subtitle for homepage (can be Markdown)
|
|
|
|
description = "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
|
2016-09-21 14:21:00 +02:00
|
|
|
# Format dates with Go's time formatting
|
|
|
|
date_format = "Mon Jan 02, 2006"
|
2018-11-22 07:51:33 +01:00
|
|
|
dateForm = "Mon Jan 02, 2006"
|
|
|
|
dateFormShort = "Jan 02, 2006"
|
|
|
|
dateFormNum = "2006-01-02"
|
|
|
|
dateFormNumTime = "2006-01-02 15:04 -0700"
|
2016-09-21 14:21:00 +02:00
|
|
|
|
2017-01-22 10:10:15 +01:00
|
|
|
sharingicons = false
|
|
|
|
|
2016-09-21 14:21:00 +02:00
|
|
|
[params.sidebar]
|
|
|
|
# Hide the sidebar? (Default: false)
|
|
|
|
hide = false
|
|
|
|
|
2016-09-21 14:21:26 +02:00
|
|
|
[[menu.sidebar]]
|
|
|
|
name = "CGSpace"
|
|
|
|
url = "https://cgspace.cgiar.org"
|
|
|
|
weight = 1
|
|
|
|
|
|
|
|
[[menu.sidebar]]
|
|
|
|
name = "DSpace Test"
|
|
|
|
url = "https://dspacetest.cgiar.org"
|
|
|
|
weight = 2
|
|
|
|
|
|
|
|
[[menu.sidebar]]
|
|
|
|
name = "CGSpace @ GitHub"
|
|
|
|
url = "https://github.com/ilri/DSpace"
|
|
|
|
weight = 3
|