install menu and attribution plugins, update amical.html to use

This commit is contained in:
kfitz
2023-06-22 17:13:18 -04:00
parent a16feea9ca
commit 62e5b1c5b4
40 changed files with 12850 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/kfitz.css" id="theme">
<link rel="stylesheet" href="dist/attribution.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
@@ -42,6 +43,8 @@
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/menu/menu.js"></script>
<script src="plugin/attribution/plugin.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
@@ -50,7 +53,7 @@
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealAttribution, RevealMenu ]
});
</script>