aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 20:52:51 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 20:52:51 +0200
commit815557c1d882a664d9d13cdc550d2ee6a5179ef0 (patch)
treed93c688bcfb87cb3e173c6f90c3e81eb0cc1cde2 /index.html
parentf618de81de9b218c618058b8e4aa22f5f2bc488e (diff)
downloadfosdem-2021-minimalism-presentation-815557c1d882a664d9d13cdc550d2ee6a5179ef0.tar
fosdem-2021-minimalism-presentation-815557c1d882a664d9d13cdc550d2ee6a5179ef0.tar.gz
update all links to docs (will sub out '.netlify.app' once we ship 4.0)
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/index.html b/index.html
index 5b7bedb..32ee75f 100644
--- a/index.html
+++ b/index.html
@@ -22,15 +22,17 @@
</div>
<script src="dist/reveal.js"></script>
+ <script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
- <script src="plugin/notes/notes.js"></script>
<script>
- // More info about config & dependencies:
- // - https://github.com/hakimel/reveal.js#configuration
- // - https://github.com/hakimel/reveal.js#plugins
+ // More info about initialization & config:
+ // - https://revealjs.netlify.app/initialization/
+ // - https://revealjs.netlify.app/config/
Reveal.initialize({
hash: true,
+
+ // Learn about plugins: https://revealjs.netlify.app/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>