You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this you might need to write some custom JavaScript to register the plugin. You could do that in a file called end.html in the layouts/partials/reveal-hugo directory (check the docs to make sure I got that right).
There is some info about registering plugins after initialization here:
This might be possible in a future iteration of #133. We could add a field containing plugin initializers. But I would wait for the reveal-js upgrade before having a stab at that.
I'd like to use the reveal.js-menu plugin.
I started with the sample programming quotes repository.
I've copied the menu plugin repository into
./themes/reveal-hugo/static/reveal-js/plugin/menu/
.I've edited
content/_index.md
and addedto the front matter.
I'd like to set so of the menu plugins parameters, e.g.
side
, but I can't find any documentation or figure it out from first principles.I've tried
In the front matter, to no avail.
Is this possible?
The text was updated successfully, but these errors were encountered: