2022-08-15 18:06:37 +01:00
|
|
|
# wowchemy-plugin-reveal
|
|
|
|
|
|
|
|
A Wowchemy/Hugo plugin for [Reveal.JS](https://revealjs.com/).
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2022-09-24 12:51:44 +01:00
|
|
|
1. Add the module to your `config/_default/config.yaml`:
|
2022-08-15 18:06:37 +01:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
module:
|
|
|
|
imports:
|
|
|
|
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
|
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
[View the documentation](https://wowchemy.com/docs/content/slides/)
|