Skip to content
Discussion options

You must be logged in to vote

Right now there isn't an automatic way to do this. Starting with Quarto 1.3, you can create listings that filter based upon a property (like authors), so you could create different listings that show only specific authors (though this isn't quite what you're looking for, I think):

This example would be a listing that shows any posts with the author Harlow or Tristan:

listing:
  contents: posts
  type: grid
  include:
    author: "{Harlow,Tristan}*"

This doesn't really support the idea of linking from the author name either (e.g. in the post metadata)... I definitely agree that this would be a very nice feature for listings to support. I'll create an enhancement request for this to trackin…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@maelle
Comment options

Answer selected by maelle
Comment options

You must be logged in to vote
3 replies
@maelle
Comment options

@mcanouil
Comment options

@maelle
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants