2ndsleep / 2ndsleep.github.io

0 stars 0 forks source link

Add breadcrumbs #20

Closed secondsleep-blaine closed 10 months ago

secondsleep-blaine commented 1 year ago

The minimal-mistakes theme has a breadcrumbs feature in beta. I want to try to implement this as follows.

For clarity, the guided tour will not be part of the breadcrumb path.

secondsleep-blaine commented 10 months ago

Copied breadcrumbs.html file from minimal-mistakes repo and modified to display correct path.

Need to do the following:

secondsleep-blaine commented 10 months ago

The breadcrumb part is working now. I'm using the categories front matter property for breadcrumbs, so I want to use categories across the board and remove the service_category and service properties. This will involve changing the browse, service category, and service pages.

secondsleep-blaine commented 10 months ago

Removed service_category and service fields from all Front Matter.