Replies: 1 comment 2 replies
-
What you want to do is either change your structure which is going to be used to create the default links or use aliases, see https://quarto.org/docs/websites/website-navigation.html#redirects. Also naming your Quarto documents |
Beta Was this translation helpful? Give feedback.
2 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 there! I recently migrated by blog to quarto and now wonder how to best organize the
posts
directory. Currently, I have something like thisposts/
-post_where_I_discuss_A/
-post_where_I_discuss_A.qmd
-post_where_I_discuss_B/
-post_where_I_discuss_B.qmd
My problem with this structure is
blog/posts/post_where_I_discuss_A/post_where_I_discuss_A
which is unnecessarily repetitive. What is a good practice instead?posts_about_walking
andposts_about_talking
and distribute the existing posts between them. But this will change the links to the posts, and I'd like them to be stable if I decide to restructure the blog. How to go about that?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions