Show recent posts in Docusaurus
· 8 min read
TL;DR
At a high level, these are the steps.
- Create a custom plugin that extends the original blog plugin (plugin-content-blog).
- Disable the original blog plugin and use the new custom one.
- Import the JSON file containing the recent articles.
For details of each step, see Option 2.