-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.html
More file actions
16 lines (15 loc) · 615 Bytes
/
script.html
File metadata and controls
16 lines (15 loc) · 615 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script src="{{ site.baseurl }}/node_modules/reveal.js/js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
hash: true,
dependencies: [
{ src: 'node_modules/reveal.js/plugin/markdown/marked.js' },
{ src: 'node_modules/reveal.js/plugin/markdown/markdown.js' },
{ src: 'node_modules/reveal.js/plugin/highlight/highlight.js' },
{ src: 'node_modules/reveal.js/plugin/notes/notes.js', async: true }
]
});
</script>