From 5a3d76a5e789d88846ea51e07a09fb9823816381 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 21 Sep 2016 15:21:26 +0300 Subject: [PATCH] Switch to hugo-theme-bootstrap4-blog theme and add sidebar links --- config.toml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0070ae802..39876b167 100644 --- a/config.toml +++ b/config.toml @@ -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