Automatic blog archive pages #9651
Unanswered
danielwelliott
asked this question in
Q&A
Replies: 1 comment
-
Create listings using glob pattern for each. There is also the custom listing approach such as https://www.andrewheiss.com/blog/ |
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.
-
I have a WordPress blog that I'd like to migrate to a Quarto blog. I got everything installed and setup, migrated my posts (into a
site root/yyyy/mm
folder tree to maintain the same permalink structure as I had on WordPress), and the preview server has all the content with the url structure I want. However, archive pages for each year and month aren't generated and I can't find a way to automate this. I could manually add a page to each year and month folder with a listing for each, but that feels like something a static site generator should handle. Is it possible to have a Quarto website/blog create archive pages automatically for a permalink structure like blogsite.com/2024/05/my-great-post so that going to blogsite.com/2024/ lists all of the posts for 2024?Beta Was this translation helpful? Give feedback.
All reactions