mmistakes / minimal-mistakes

:triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
https://mmistakes.github.io/minimal-mistakes/
MIT License
12.48k stars 25.73k forks source link

Removing the 'Quick Start Guide' from the Masthead. #1933

Closed r614 closed 6 years ago

r614 commented 6 years ago

Hey there!

I am new to working with webpages and this seems like a dumb question but how do I remove the Quick-Start-Guide hyperlink from the Masthead?

EDIT: I have forked the website straight from its Github Repository.

mmistakes commented 6 years ago

Remove it from _data/navigation.yml

https://mmistakes.github.io/minimal-mistakes/docs/navigation/#masthead

r614 commented 6 years ago

Thank you!

patzm commented 5 years ago

If you use the gem-installed version of this theme, you can use the jekyll-data plugin and then simply override them by creating new files with the hashes that you want to override.