2021-08-25 11:33:29 +00:00
+++
title = "Menu extra shortcuts"
2022-08-05 21:53:30 +00:00
weight = 5
2021-08-25 11:33:29 +00:00
+++
2017-08-20 15:10:29 +00:00
You can define additional menu entries or shortcuts in the navigation menu without any link to content.
## Basic configuration
Edit the website configuration `config.toml` and add a `[[menu.shortcuts]]` entry for each link your want to add.
Example from the current website:
2021-08-23 22:25:15 +00:00
````toml
[[menu.shortcuts]]
2021-10-24 09:53:09 +00:00
name = "< i class = 'fab fa-fw fa-github' > < / i > GitHub repo"
2021-08-23 22:25:15 +00:00
identifier = "ds"
url = "https://github.com/McShelby/hugo-theme-relearn"
weight = 10
[[menu.shortcuts]]
2021-10-24 09:53:09 +00:00
name = "< i class = 'fas fa-fw fa-camera' > < / i > Showcases"
2022-02-17 12:22:18 +00:00
url = "more/showcase/"
2021-08-23 22:25:15 +00:00
weight = 11
[[menu.shortcuts]]
2021-10-24 09:53:09 +00:00
name = "< i class = 'fas fa-fw fa-bookmark' > < / i > Hugo Documentation"
2021-08-23 22:25:15 +00:00
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[menu.shortcuts]]
2021-10-24 09:53:09 +00:00
name = "< i class = 'fas fa-fw fa-bullhorn' > < / i > Credits"
2022-02-18 01:13:35 +00:00
url = "more/credits/"
2021-08-23 22:25:15 +00:00
weight = 30
2021-10-24 09:53:09 +00:00
[[menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-tags' > < / i > Tags"
2022-02-06 00:55:07 +00:00
url = "tags/"
2021-10-24 09:53:09 +00:00
weight = 40
2021-08-23 22:25:15 +00:00
````
2017-08-20 15:10:29 +00:00
2021-08-23 21:51:52 +00:00
By default, shortcuts are preceded by a title. This title can be disabled by setting `disableShortcutsTitle=true` .
2022-10-31 11:10:36 +00:00
However, if you want to keep the title but change its value, it can be overridden by changing your local i18n translation string configuration.
2017-08-20 15:10:29 +00:00
For example, in your local `i18n/en.toml` file, add the following content
2021-08-23 22:25:15 +00:00
````toml
[Shortcuts-Title]
other = "< Your value > "
````
2017-08-20 15:10:29 +00:00
Read more about [hugo menu ](https://gohugo.io/extras/menus/ ) and [hugo i18n translation strings ](https://gohugo.io/content-management/multilingual/#translation-of-strings )
## Configuration for Multilingual mode {#i18n}
2021-08-23 21:51:52 +00:00
When using a multilingual website, you can set different menus for each language. In the `config.toml` file, prefix your menu configuration by `Languages.<language-id>` .
2017-08-20 15:10:29 +00:00
Example from the current website:
2021-08-23 22:25:15 +00:00
````toml
[Languages]
2021-10-24 09:53:09 +00:00
[Languages.en]
2022-02-24 22:09:49 +00:00
title = "Hugo Relearn Theme"
2021-10-24 09:53:09 +00:00
weight = 1
languageName = "English"
landingPageURL = "/"
landingPageName = "< i class = 'fas fa-home' > < / i > Home"
[[Languages.en.menu.shortcuts]]
name = "< i class = 'fab fa-fw fa-github' > < / i > GitHub repo"
identifier = "ds"
url = "https://github.com/McShelby/hugo-theme-relearn"
weight = 10
[[Languages.en.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-camera' > < / i > Showcases"
2022-02-17 12:22:18 +00:00
url = "more/showcase/"
2021-10-24 09:53:09 +00:00
weight = 11
[[Languages.en.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-bookmark' > < / i > Hugo Documentation"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.en.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-bullhorn' > < / i > Credits"
2022-02-18 01:13:35 +00:00
url = "more/credits/"
2021-10-24 09:53:09 +00:00
weight = 30
[[Languages.en.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-tags' > < / i > Tags"
2022-02-06 00:55:07 +00:00
url = "tags/"
2021-10-24 09:53:09 +00:00
weight = 40
[Languages.pir]
2022-02-24 22:09:49 +00:00
title = "Cap'n Hugo Relearrrn Theme"
2021-10-24 09:53:09 +00:00
weight = 1
languageName = "Arrr! Pirrrates"
landingPageURL = "/pir/"
landingPageName = "< i class = 'fas fa-home' > < / i > Arrr! Home"
[[Languages.pir.menu.shortcuts]]
name = "< i class = 'fab fa-fw fa-github' > < / i > GitHub repo"
identifier = "ds"
url = "https://github.com/McShelby/hugo-theme-relearn"
weight = 10
[[Languages.pir.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-camera' > < / i > Showcases"
2022-02-17 12:22:18 +00:00
url = "more/showcase/"
2021-10-24 09:53:09 +00:00
weight = 11
[[Languages.pir.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-bookmark' > < / i > Cap'n Hugo Documentat'n"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.pir.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-bullhorn' > < / i > Crrredits"
2022-02-18 01:13:35 +00:00
url = "more/credits/"
2021-10-24 09:53:09 +00:00
weight = 30
[[Languages.pir.menu.shortcuts]]
name = "< i class = 'fas fa-fw fa-tags' > < / i > Arrr! Tags"
2022-02-06 00:55:07 +00:00
url = "tags/"
2021-10-24 09:53:09 +00:00
weight = 40
2021-08-23 22:25:15 +00:00
````
2017-08-20 15:10:29 +00:00
Read more about [hugo menu ](https://gohugo.io/extras/menus/ ) and [hugo multilingual menus ](https://gohugo.io/content-management/multilingual/#menus )