-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any other side bar item other then projects. #6
Comments
Hi @sai-sy, I'm glad you're enjoying the theme! The sidebar menu will only show items that:
I added a Test sidebar item in the following screenshot to demonstrate. The Test item is only shown because I've included it in my config: menu = [
{Name = "About", URL = "/about/", HasChildren = false},
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
{Name = "Test", URL = "/test/", HasChildren = false},
] And I have a
Hopefully that helps! |
Hey @sai-sy
I believe it's there, but the sidebar does not scroll down, so it is off the screen. |
Doesn't explain why |
To confirm, all my config work should be done in |
Here is my menu section:
You need to make each directory and place a file (empty is fine) in each menu directory. |
That's exactly how I have it. Maybe I've configured hugo or go wrong because the behaviour I'm getting seems random and unrepeatable. Thank you for the support and great work on a beautiful theme. |
I do the code you put as an example for projects. It works like a charm. I change the folder name and the config file and it doesn't work anymore. I can't custom name side bar sections? Why does it only give me a section when it is called project? Love the theme otherwise thank you!
The text was updated successfully, but these errors were encountered: