check in initial slides stuff
This commit is contained in:
parent
fc82829525
commit
a1f48b6038
141 changed files with 24085 additions and 1 deletions
14
content/posts/nixcon2023/slides/main.js
Normal file
14
content/posts/nixcon2023/slides/main.js
Normal 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,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue