Replies: 1 comment 8 replies
-
If you display the category, then user can simply click on the category to get only the posts in that category, thus simply add the category url to the navbar. If you want to complicate things for yourself and readers, you could simply create a subdirectory and in your second listing point to that subdirectory. |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hi,
I'm making my first step to build my personal website in quarto. I am very excited and happy. And so thanks to all of you
This website will have some pages and a blog.
Inside the blog I will have the "TIL" (Today I have learned) category. I want to give it special attention and in the upper menu I will have both the blog entry and the TIL entry.
I have created this listing for blog
I have the categories and then I can insert in the upper menu the link to https://mysite/blog.html#category=til
But I would like to manage in a customized way the TIL posts.
A way is simply create a TIL folder, in which insert all the TIL posts, and create a new qmd listing file in which set
contents: til
, and then in my blog listing add also the til content.I'm writing here to know if there is a native way to list content by category.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions