theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Remove Post menu item? #629

Open PlayBoxTech opened 1 year ago

PlayBoxTech commented 1 year ago

Hi all, trying to convert my main site from using GetGrav to Hugo.

Somehow I wounded up getting a Post menu item, is there a way to remove it?

Also would it be possible to generate pull down menu item?

cenobitz commented 8 months ago

you need to add to hugo.toml

SectionPagesMenu = ""

to disable auto generate menu item. As far as i know there is no submenu. You need to build override for this view and customize CSS.