|
I don't want taxonomies in the sidebar, but if I remove the hb-blog-sidebar-taxonomies hook from params.yaml the website becomes disfigured (no background image, no header nor footer, no fixed sidebars, etc). What I'm doing now is removing it from module.yaml but then I get this warning in the terminal when running hugo serve:
Is this expected behavior? |
Answered by
razonyang
Mar 30, 2024
Replies: 1 comment 4 replies
|
You'll need to remove it from params.yaml as well. https://github.com/LITUATUI/pushevs.com/blob/main/config%2F_default%2Fparams.yaml#L192-L196 I think it was there to show how to change the order of sidebar modules. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I dont see any problem on your site (latest commit) after deleting those lines.