pages-themes / slate

Slate is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/slate/
Creative Commons Zero v1.0 Universal
303 stars 981 forks source link

Customizing Slate theme and adding navigation links #69

Open dushyant-fire opened 2 years ago

dushyant-fire commented 2 years ago

Hi, I created a new default.html in _includes directory.

I commented the <h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1> becasue I do not want the title of my project on my default layout.

However, this does not work.

Also, when I created _navigation.html in the _includes directory and called it in my customized default.html, nothing happens. What am I doing wrong? (I found a workaround for it and added custom navigation links on custom-head.html, but not really happy with it)

Can anyone help me navigating with these issues and facilitate customizing the slate theme?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

NiKiZe commented 2 years ago

The path you want is _layouts/default.html it is not _includes