Closed stevenbuccini closed 1 year ago
@stevenbuccini I'm not sure if you are still using sidey at this point, but I am interested in learning how to add another page to my blog. I added another markdown file to my _pages folder, but haven't been able to get it to show in the sidebar navigation area.
I figured out how to do this, it is in the _data/navigation.yml file
links:
- title: Writing
url: /
- title: About
url: /about
- title: Books
url: /books
- title: Search
url: /search
- title: Rss
url: /atom.xml
Safari Reader mode includes site-wide navigation links.
Normal:
Reader mode:
For some reason, this seems to be associated with the number of items in the nav. The more permanent fix is to move the navigation partial outside
<main role="main">
which requires a few CSS tweaks.