Add custom link to a listing site #7376
-
DescriptionI use quarto to write most of my presentation slides. I publish them here: https://slides.sagikazarmark.hu/ From time to time, though, I need to use another solution to create a slide deck (Google Slides, Powerpoint, etc). I'd still love to link to those presentations from my slides index. Is there a way to do that (add custom links or redirections)? I wouldn't mind creating a qmd file and adding something to the frontmatter if I can make Quarto generate a link to an external URL. Any pointers would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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] |
Beta Was this translation helpful? Give feedback.
Use something below as documented in https://quarto.org/docs/websites/website-listings.html#yaml-listing-content: