Replies: 1 comment 1 reply
-
Have you looked at the other threads on this topic? Such as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have built a quarto blog shell that has a clumsy way of grouping posts into "categories" (I call them "Series") which collect pedagogical educational posts of like kind and in some cases, in a sequential order. It's here, but with only a few fake posts to establish "proof of life":
blog shell
In order to navigate to and within the categories, next/previous linking would be nice as would a TOC that would be limited to just the category, not the whole site. I gather that next/previous is a matter of development currently.
A couple of years ago I built a Jupyterbook site for a class and I assume that JB kinds of cross referencing and TOC capabilities are the same in Quarto Book. It's here for your amusement: jupyterbook
It dawned on me that maybe instead of my clumsy "categories" I could have a handful of small Quarto Books. Then all of the navigation is taken care of.
My questions are whether a site with blog posts and books would play nicely together within one Quarto site:
Advice would be appreciated. I am using Quarto 1.5.57 and work on macs and tend to work in VSCode.
Beta Was this translation helpful? Give feedback.
All reactions