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

10
plugin/menu/bower.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "reveal.js-menu",
"version": "2.1.0",
"homepage": "https://denehyg.github.io/reveal.js-menu",
"authors": ["Greg Denehy"],
"description": "A slideout menu for navigating reveal.js presentations",
"keywords": ["reveal", "menu"],
"license": "MIT, Copyright (C) 2020 Greg Denehy",
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"]
}