Skip to content
Discussion options

You must be logged in to vote

I was able to get this minimal example working as follows:

  1. In 02-xaringan, rename _metadata.yml to metadata.yml. The underscore metadata files are typically used when you'd like metadata merged when rendering items in that folder / subfolders.

  2. In metadata.yml, update to:

title: "Presentation Ninja"
author: "Yihui Xie"
date: "2016/12/12 (updated: `r Sys.Date()`)"
image: /02-xaringan/featured.png
path: /02-xaringan/index.html
  1. Change the listing to point to the yml file rather than the HTML file:
listing:
  contents:
    - "*/index.qmd"
    - "02-xaringan/metadata.yml"

This is a cool test case, hope this gets you going!

Replies: 3 comments 3 replies

Comment options

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

Comment options

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

Answer selected by spcanelon
Comment options

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

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