Skip to content

Add custom link to a listing site #7376

Answered by mcanouil
sagikazarmark asked this question in Q&A
Discussion options

You must be logged in to vote

Use something below as documented in https://quarto.org/docs/websites/website-listings.html#yaml-listing-content:

listing:
  sort: "date desc"
  type: grid
  categories: true
  sort-ui: true
  filter-ui: true
  max-description-length: 300
  fields: [image, title, description, categories]
  contents:
    - path: https://github.com/mcanouil/quarto-version-badge
      image: /projects/quarto-extension.png
      title: "Version Badge"
      description: "Version Badge is an extension for Quarto to provide a shortcode to display software version."
      date: "2023-06-20"
      categories: [Quarto, Extension, HTML]

Replies: 1 comment 1 reply

Comment options

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

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