You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can do this by typing the following commands in your terminal:
18
+
You can install the Quarto Extensions by typing the following commands in your terminal:
16
19
17
20
```bash
18
21
quarto add r-wasm/quarto-live
19
22
quarto add r-wasm/quarto-drop
20
23
quarto add gadenbuie/countdown/quarto
24
+
quarto add coatless-quarto/embedio
21
25
```
26
+
27
+
## GitHub Pages
28
+
29
+
The demonstration is hosted on GitHub Pages using a GitHub Action ([`publish-website.yml`](.github/workflows/publish-website.yml)). The action is triggered on every push to the `main` branch. The action builds the Quarto website and pushes the output to the `gh-pages`.
30
+
31
+
Please make sure to enable GitHub Pages in the repository settings, select the GitHub Actions as the source,
32
+
and check the **Enforce HTTPS** option.
33
+
34
+
<imgwidth="1362"alt="Setup GitHub Pages for Deploying `quarto-live`"src="https://github.com/user-attachments/assets/5c47f7a6-64ba-45f2-b3cf-2303fb801579">
Copy file name to clipboardExpand all lines: index.qmd
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,29 @@ To explore this demo:
60
60
61
61
### Authoring
62
62
63
-
To create interactive presentations like this, you'll need to use Quarto with the `quarto-live` backend. Please make sure you have at least Quarto v1.4.0 or later installed. You may need to install additional packages for R and Python support.
63
+
To create your own version of the demonstration, you need to install the following software:
64
+
65
+
- RStudio IDE, VS Code, Positron, or another text editor
66
+
- For VS Code or Positron, please install the [Quarto plugin](https://open-vsx.org/extension/quarto/quarto).
0 commit comments