Description
Of late I've been in the process of porting my blog from Blogger to Docusaurus. I've covered a lot of ground and I'm currently dual publishing to both Blogger and to Docusaurus. I have a critieria for switching which I've documented here.
🚀 Feature
The one thing that I really miss is Blogger's "Blog Archive". This is really valuable for discovering older blog posts quickly. I'd like this to exist prior to making the move. I often dive back into older posts and so value it. A screenshot of the Blogger one is below
Have you read the [Contributing Guidelines on issues]
Yes
Motivation
See feature.
Pitch
It's possible that there may be a hook in Docusaurus that would allow me to build a standalone page in a blog which could be a Blog Archive. This needn't necessarily be built into Docusaurus (as nice as that would be).
I've dug around useDocusaurusContext but couldn't find any blog metadata which would allow me to build a Blog Archive.
Is there such a thing knocking around that I just haven't noticed? Or could something be exposed?
I figure that's what's necessary is the title / URLs of the various blog posts as well as when they were published (although this could be inferred from the URL probably). Thoughts?