Thank you a lot for creating this beautiful theme! I am very new to Jekyll and Ruby since this is my first time trying to build my own blog, so I apologize if my question is naive.
I tried to turn on the navigation feature by setting showNav: true. Unfortunately, although the navigation panel is there, clicking it has no effect.
I thought the problem is in _includes/nav.html, where we have:
Thank you a lot for creating this beautiful theme! I am very new to Jekyll and Ruby since this is my first time trying to build my own blog, so I apologize if my question is naive.
I tried to turn on the navigation feature by setting
showNav: true
. Unfortunately, although the navigation panel is there, clicking it has no effect.I thought the problem is in
_includes/nav.html
, where we have:I changed it to below and it works.
Am I doing the right thing? Or there is actually a method to automatically create the links?
Thank you!