Switch to hugo-theme-bootstrap4-blog theme and add sidebar links

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

View File

@ -4,7 +4,7 @@ baseurl = "https://alanorth.github.io/cgspace-notes/"
languageCode = "en-us"
title = "CGSpace Notes"
newContentEditor = "vim"
theme = "vienna"
theme = "hugo-theme-bootstrap4-blog"
[permalinks]
# use 2016-09 as slug, since my posts are always monthly
@ -23,3 +23,18 @@ theme = "vienna"
[params.sharingicons]
hide = true
[[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