add sidbar items
This commit is contained in:
parent
5c80f88608
commit
dd104386a7
1 changed files with 12 additions and 12 deletions
|
@ -25,27 +25,27 @@ uniqueHomePage = false # change to false to add sidebar to homepage
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
identifier = 'ds'
|
identifier = 'ds'
|
||||||
name = "<i class='fa-fw fas fa-code-branch'></i> Git repo"
|
name = "<i class='fa-fw fas fa-code-branch'></i> certwarden-deploy Git Repository"
|
||||||
url = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
url = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
name = "<i class='fa-fw fas fa-camera'></i> Showcases"
|
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden GitHub"
|
||||||
url = 'showcase/'
|
url = 'showcase/'
|
||||||
weight = 11
|
weight = 11
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
[[menu.shortcuts]]
|
||||||
identifier = 'hugodoc'
|
identifier = 'hugodoc'
|
||||||
name = "<i class='fa-fw fas fa-bookmark'></i> Hugo Documentation"
|
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden Website"
|
||||||
url = 'https://gohugo.io/'
|
url = 'https://gohugo.io/'
|
||||||
weight = 20
|
weight = 20
|
||||||
|
|
||||||
[[menu.shortcuts]]
|
# [[menu.shortcuts]]
|
||||||
name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
|
# name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
|
||||||
url = 'more/credits/'
|
# url = 'more/credits/'
|
||||||
weight = 30
|
# weight = 30
|
||||||
|
#
|
||||||
[[menu.shortcuts]]
|
# [[menu.shortcuts]]
|
||||||
name = "<i class='fa-fw fas fa-tags'></i> Tags"
|
# name = "<i class='fa-fw fas fa-tags'></i> Tags"
|
||||||
url = 'tags/'
|
# url = 'tags/'
|
||||||
weight = 40
|
# weight = 40
|
||||||
|
|
Loading…
Reference in a new issue