Merge listings
Merge listings from multiple sources
You can now merge listings by referencing multiple directories or files in the front matter. This allows you to create a single listing of all your external blogs you may write on other platforms, Medium, substack, your work blog, etc, with your own blogs.
The kind folks at Quarto have made an update in their latest pre-release that allows you to merge multiple listings like this:
listing:
contents: [blog_data/blogs.yml, blog/posts]
The blog_data/blogs.yml
is a listing from data while blog/posts
is a Quarto posts directory of blog posts.
See source code for my blog for an example.
Resources
- Quarto listings
- Quarto blog posts