+++ title = "plugin-example" description = "Shows how a Reveal.js plugin can be added and used" outputs = ["Reveal"] [reveal_hugo] theme = "night" margin = 0.2 # Deprecated array form. Css needs to be added in # a head layout override # plugins = ["plugin/gallery/gallery.plugin.js"] # New plugin object form; reveal-hugo # will load your css for you [[reveal_hugo.plugins]] name = "Gallery" source = "plugin/gallery/gallery.plugin.js" css = "plugin/gallery/gallery.css" +++ # plugin-example --- This presentation demonstrates how a Reveal.js plugin can be added. --- The plugin is called [revealjs-simple-gallery](https://github.com/marcins/revealjs-simple-gallery). --- It can make any slide an image gallery. Here are a few examples. ---








