-
I'm facing an issue where my blog content is too long, which has resulted in a lengthy table of contents. Despite providing titles for each section, it still makes it difficult for readers to navigate. Therefore, I would like to ask if it's possible for me to divide this long blog into smaller sections and merge them together using page navigation, so that they can be displayed within the same blog post? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If it possible, how can i do it? thanks |
Beta Was this translation helpful? Give feedback.
-
The TOC is for the blog post, even if you split your main document into smaller pieces and then you "merge" together the pieces using the include short code, the results will remain the same. What you can do, shorten your titles which is one of the reason for the long TOC, i.e., you have a narrow sidebar and long titles which appear as multiline. Personal note: you have an introduction section which has an introduction subsection, and you also have another introduction section. In my opinion, that's a lot of "introductions" 😅 It starts to feel you were writing a book with chapters and not a blog post. |
Beta Was this translation helpful? Give feedback.
The TOC is for the blog post, even if you split your main document into smaller pieces and then you "merge" together the pieces using the include short code, the results will remain the same.
What you can do, shorten your titles which is one of the reason for the long TOC, i.e., you have a narrow sidebar and long titles which appear as multiline.
In addition to shorter titles for sections, you can increase the width of the sidebar, see https://quarto.org/docs/output-formats/page-layout.html#grid-customization.
Personal note: you have an introduction section which has an introduction subsection, and you also have another introduction section. In my opinion, that's a lot of "introductions" …