mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
23 lines
665 B
Markdown
23 lines
665 B
Markdown
|
# 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
|
||
|
|
||
|
1. Add the module to your `config/_default/config.yaml` alongside the core Wowchemy module:
|
||
|
|
||
|
```yaml
|
||
|
module:
|
||
|
imports:
|
||
|
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy
|
||
|
- path: github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
[View the documentation](https://wowchemy.com/docs/content/slides/)
|