hugo-academic-mirror/modules/wowchemy-plugin-reveal
George Cushen 7b61e2f369 modules: namespace Core module
Hugo does not namespace modules by default, leading to conflicts. Hence, load partials from a namespaced sub-folder to prevent conflicts with similarly named files in other modules.
2023-11-01 18:37:33 +00:00
..
assets feat(slides): remove dependency on Wowchemy Bootstrap module 2022-09-24 12:57:01 +01:00
layouts modules: namespace Core module 2023-11-01 18:37:33 +00:00
config.yaml feat(slides): remove dependency on Wowchemy Bootstrap module 2022-09-24 12:57:01 +01:00
go.mod modules: namespace Core module 2023-11-01 18:37:33 +00:00
README.md feat(slides): remove dependency on Wowchemy Bootstrap module 2022-09-24 12:57:01 +01:00

wowchemy-plugin-reveal

A Wowchemy/Hugo plugin for Reveal.JS.

Empowers you to easily create, share, and present slide decks using the open, future-proof Markdown standard.

Supports math, syntax highlighting, diagrams, speaker notes, and much more!

Install

  1. Add the module to your config/_default/config.yaml:

    module:
      imports:
        - path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
    

Usage

View the documentation