blog/content/posts/nixcon2023/slides/main.js
2023-09-09 01:49:05 -07:00

17 lines
477 B
JavaScript

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,
margin: 0.04,
disableLayout: true,
});