How to edit the Header Menu / What is displayed, logo, and how to remove static 'Docs / Notes' - HB Cards Theme #126
Replies: 2 comments
-
|
you can put the menu - information in menu.yaml or in the frontmatter of the page, which is displayed in the menu - structure. I think you should investigate, the page, which is displayed in the menu. There ist something like: title: Archive
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sorry for the late reply. Menus can be configured in two ways: one is through the For example, the menus below the
Delete the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Wonderful theme! For the most part, I can play 'follow the code' and discover by trial and error, but for the life of me I cannot find out how to edit the head / menu.
I have tried to search / follow:
https://hbstack.dev/modules/header/themes/#header-pills-theme
https://hbs.razonyang.com/v1/en/docs/configuration/menu/
The main reason why I have found difficulty with this, is because within 'menus.en.yaml', nothing seems to line up with what is actually displaying on this site. This file can even be removed, yet I still see 'Docs' Notes' 'Blog (with drop down) still present.
So the big question is, where is the file(s) that hold the configuration for this menu / bar/ header so that I can be modified?
Many thanks in advanced
My menus.en.yaml file:
main:
identifier: blog
name: Blog
weight: 4
params:
icon:
vendor: fas
name: blog
name: Support
identifier: support
weight: 100
url: https://github.com/hbstack
params:
header: The HB support community.
icon:
vendor: font-awesome-solid
name: headset
name: Documentation
parent: support
url: https://hbstack.dev/
weight: 1
params:
icon:
vendor: bs
name: book
className: text-primary
description: The documentation.
name: GitHub
parent: support
url: https://github.com/hbstack
weight: 11
params:
icon:
vendor: fab
name: github
description: The code repository.
name: Discussion
parent: support
url: https://github.com/orgs/hbstack/discussions
weight: 12
params:
icon:
vendor: font-awesome-regular
name: comments
color: green
description: Ask questions and share your ideas.
name: Bug Report
parent: support
url: https://github.com/orgs/hbstack/discussions/new?category=issues-and-bugs
weight: 13
params:
icon:
vendor: font-awesome-solid
name: bug
color: red
description: Tell us about a bug or issue.
name: Feature Request
parent: support
url: https://github.com/orgs/hbstack/discussions/new?category=ideas
weight: 14
params:
icon:
vendor: font-awesome-regular
name: lightbulb
color: orange
description: Suggest new or updated features.
name: Mastodon
parent: support
url: https://techhub.social/@hbstack
weight: 16
params:
icon:
vendor: simple
name: mastodon
description: Follow us on Mastodon to get latest updates.
Beta Was this translation helpful? Give feedback.
All reactions