mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Switch to hugo-theme-bootstrap4-blog theme and add sidebar links
This commit is contained in:
parent
fe142f0109
commit
5a3d76a5e7
17
config.toml
17
config.toml
@ -4,7 +4,7 @@ baseurl = "https://alanorth.github.io/cgspace-notes/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "CGSpace Notes"
|
title = "CGSpace Notes"
|
||||||
newContentEditor = "vim"
|
newContentEditor = "vim"
|
||||||
theme = "vienna"
|
theme = "hugo-theme-bootstrap4-blog"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
# use 2016-09 as slug, since my posts are always monthly
|
# use 2016-09 as slug, since my posts are always monthly
|
||||||
@ -23,3 +23,18 @@ theme = "vienna"
|
|||||||
|
|
||||||
[params.sharingicons]
|
[params.sharingicons]
|
||||||
hide = true
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user