Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-03-04 11:47:51 +0300
committerGitHub <noreply@github.com>2022-03-04 11:47:51 +0300
commitc122e5e9a1cd4f71e069dc1d05d036a1b030db09 (patch)
treed291ede47a4417b0adc235c32b115098b134a342
parent15d2040f7e4aaf9db8e4459137d146bb42b39bb6 (diff)
chore(exampleSite): remove extra home menu item
-rw-r--r--exampleSite/config.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index ea1cf07..84585b4 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -192,15 +192,7 @@ params:
### See https://docs.stack.jimmycai.com/configuration/custom-menu.html
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu:
- main:
- - identifier: home
- name: Home
- url: /
- weight: -100
- params:
- ### For demonstration purpose, the home link will be open in a new tab
- newTab: true
- icon: home
+ main: []
social:
- identifier: github