2023-11-07 23:09:38 +00:00
|
|
|
# blox-plugin-reveal
|
2022-08-15 18:06:37 +01:00
|
|
|
|
2023-11-07 23:09:38 +00:00
|
|
|
A Hugo plugin for [Reveal.JS](https://revealjs.com/).
|
2022-08-15 18:06:37 +01:00
|
|
|
|
|
|
|
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:
|
2023-11-07 23:09:38 +00:00
|
|
|
- path: github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal
|
2022-08-15 18:06:37 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2023-11-09 14:58:28 +00:00
|
|
|
[View the documentation](https://docs.hugoblox.com/content/slides/)
|