Blog with posts in root directory #2180
Unanswered
davidmytton
asked this question in
Q&A
Replies: 1 comment
-
Hi, Listings are driven by their contents as a glob (https://quarto.org/docs/reference/globs.html) - you can point the listing at really any contents and it should successfully create a listing page and feed for that group of items. For example, to capture all
I'm not sure about best practices for organization - but this should support just about any organization that you find productive. HTH! |
Beta Was this translation helpful? Give feedback.
0 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.
-
The standard blog behavior is to have all posts in a subdirectory which the listing reads from to create the index of posts e.g.
example.com/posts/post-title
.Is there a recommended method for having posts in the root directory e.g.
example.com/post-title/
? I understand I could just create new pages in the root, but then I believe that would lose the listing & RSS feed functionality? Or is the same limitation as discussed in #1408 related to permalinks?Beta Was this translation helpful? Give feedback.
All reactions