I'm building a basic Quarto website to house my schoolwork, and I'd like to add simple navigation to the bottom of most pages. Here's an example of what I'm aiming for:
The structure of my site is as follows:
Homepage
└── Course Page
└── Assignments Index
└── Individual Assignment
I want to include navigation on the Course Pages and Assignment Indexes but not on the Homepage or individual Assignment pages.
Specific Help Needed
- How can I implement this navigation in Quarto? (Code snippets or configuration tips would be appreciated.)
- What's the best way to selectively apply this navigation to specific pages?
- Should I know any Quarto-specific best practices or built-in features for this navigation type?
Additional Information
- My site's GitHub repository: github.com/baker-jr-john/Website
Any help or guidance would be greatly appreciated. I really appreciate any help you can provide!