Skip to content

Commit

Permalink
add youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
jules32 committed Mar 7, 2024
1 parent e1a02b4 commit b68e6bf
Show file tree
Hide file tree
Showing 20 changed files with 53 additions and 31 deletions.
67 changes: 41 additions & 26 deletions index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ posit::conf(2023)
<br>

::: {.title-footer}
[openscapes.github.io/documenting-things](https://openscapes.github.io/documenting-things/) [(source)](https://github.com/openscapes/documenting-things)
[openscapes.github.io/documenting-things](https://openscapes.github.io/documenting-things/) [(source)](https://github.com/openscapes/documenting-things) [(youtube)](https://www.youtube.com/watch?v=OVM5Ok7W1NQ)
:::

::: notes
Expand Down
4 changes: 2 additions & 2 deletions index_files/libs/clipboard/clipboard.min.js

Large diffs are not rendered by default.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions index_files/libs/revealjs/dist/theme/quarto.css

Large diffs are not rendered by default.

Empty file modified index_files/libs/revealjs/plugin/markdown/plugin.js
100755 → 100644
Empty file.
Empty file modified index_files/libs/revealjs/plugin/math/katex.js
100755 → 100644
Empty file.
3 changes: 3 additions & 0 deletions index_files/libs/revealjs/plugin/pdf-export/pdfexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ var PdfExport = ( function( _Reveal ){
Reveal = _Reveal;
install();
};
Plugin.togglePdfExport = function () {
togglePdfExport();
};
}

return Plugin;
Expand Down
1 change: 1 addition & 0 deletions index_files/libs/revealjs/plugin/quarto-support/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
max-height: 2.2rem;
height: 100%;
width: auto;
z-index: 2;
}

.reveal .footer {
Expand Down
3 changes: 3 additions & 0 deletions index_files/libs/revealjs/plugin/reveal-menu/quarto-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ window.RevealMenuToolHandlers = {
downloadDrawings: revealMenuToolHandler(function () {
RevealChalkboard.download();
}),
togglePdfExport: revealMenuToolHandler(function () {
PdfExport.togglePdfExport();
}),
};

0 comments on commit b68e6bf

Please sign in to comment.