ronv / sidey

Sidey is a simple and minimalistic jekyll blogging theme.
https://sidey-jekyll.netlify.app
MIT License
557 stars 201 forks source link

Safari Reader mode includes navigation #21

Closed stevenbuccini closed 1 year ago

stevenbuccini commented 4 years ago

Safari Reader mode includes site-wide navigation links.

Normal:

image

Reader mode:

image

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.

kurt-rhee commented 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.

kurt-rhee commented 1 year ago

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
ronv commented 1 year ago

Fixed https://github.com/ronv/sidey/commit/d86997e452cf8178e82aaeb37d9297d3a3dfce3b