Skip to content

Adding metadata for a Quarto Revealjs Presentation. #3287

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

You must be logged in to vote

As described in the discussion you referenced, you need to provide the metadata as HTML to be used in include-in-header YAML option.

---
title: Title
format:
  revealjs:
    include-in-header: 
      text: |
        <meta name="github-repo" content="JauntyJJS/NHS-R2022"/>
        <meta name="twitter:title" content="Viewing Multiple Inteactive Plots Using Plotly and Trelliscopejs"/>
        <meta name="twitter:description" content="NHS-R Online Conference 2022. "/>
        <meta name="twitter:url" content="https://jauntyjjs-nhs-r-2022.netlify.app/"/>
        <meta name="twitter:image" content="https://raw.githubusercontent.com/JauntyJJS/NHS-R2022/main/share-card.png"/>
        <meta name="…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by JauntyJJS
Comment options

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

cderv Jul 6, 2024
Maintainer

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