matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.61k stars 1.28k forks source link

How can I hide a page from showing in the side-bar navigation? #439

Open skleanthous opened 4 years ago

skleanthous commented 4 years ago

We have been trying out hugo-theme-learn for our internal documentation at the company I work for, and we wanted to know whether there is already a way to hide certain pages from the navigation on the side bar.

Is there a feature like this already implemented? If not, are you interested in a PR to add this functionality?

fritzmg commented 4 years ago

We simply did it via custom CSS ;)

skleanthous commented 4 years ago

@fritzmg thank you, but I was hoping for something more native to hugo; possibly changing the partial used to render it to consider front matter for the pages. This is the direction I'll be taking if it's not really possible otherwise.