check in initial slides stuff

This commit is contained in:
Jade Lovelace 2023-08-29 18:29:47 -07:00
parent fc82829525
commit a1f48b6038
141 changed files with 24085 additions and 1 deletions

View file

@ -0,0 +1,14 @@
import Reveal from "reveal.js";
import RevealMarkdown from "reveal.js/plugin/markdown";
import RevealHighlight from "reveal.js/plugin/highlight";
import RevealNotes from "reveal.js/plugin/notes";
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [RevealMarkdown, RevealHighlight, RevealNotes],
transitionSpeed: "fast",
transition: "none",
slideNumber: true,
});