Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unclear instructions #2

Open
PythonCoderUnicorn opened this issue Dec 2, 2022 · 0 comments
Open

unclear instructions #2

PythonCoderUnicorn opened this issue Dec 2, 2022 · 0 comments

Comments

@PythonCoderUnicorn
Copy link

Hi Emil,

I followed your slide's instructions but found them unclear, perhaps just me, but I finally figured out what i was doing wrong.
Here are the steps I did to get the hello-matrix to work.

  1. create a folder, like "quartoSlide"
  2. create index.qmd, index.html, style.css
  3. create a folder inside the quartoSlide folder, name it hello-matrix or whatever the template folder name is that you want
  4. download iframe zip file template
  5. copy the index.html, style.css and script.js files into the hello-matrix/ or other folder named above

inside the index.qmd for simple setup :

---
title: 'Quarto Slide'
author: 'R user'
format: reveal.js
---

# {background-iframe="hello-matrix/index.html"}


::: {style="background-color: #00ff00; color:'#000'; border-radius: 10px; padding: 5px;"}

hey there
:::

my file structure is:

slides/

  • hello-matrix/

    • index.html
    • script.js
    • style.css
  • index.html

  • index.qmd

  • style.css


thanks for the repo .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant