raghudotcc / simply-jekyll

A simple yet highly functional jekyll theme with backlinks, wiki-style links, context menu, page preview, sidenote etc
202 stars 225 forks source link

How can I add a new category in addition to About, Tags, and RSS? #14

Closed classicrob closed 4 years ago

classicrob commented 4 years ago

Hi! I'd like to add a category, "Work with Me" to the site header. How would I do that and pick an icon?

image

raghudotcc commented 4 years ago

Please see the image below for reference. And to style the tab further, go to style.css and look for relevant classes, for eg. For categories div, the class name is categories, and categories icon it is icon-category. If you want to stylize your tab, you will have to add it there. rob_category

classicrob commented 4 years ago

Thank you!