Hugo Themes
revealjs
- Author: Jake Howard
- GitHub Stars: 40
- Updated: 2018-01-07
- License: MIT
Note!
This theme has not been updated for more than 2 years.
If you are maintainer of this theme, please verify that this theme works with a
recent release of Hugo.
Then add an appropriate
Version Configuration
to the theme's
config.toml
and then finally
tag a new version.
Hugo Theme RevealJS
Use Hugo to create slideshow presentations, powered by reveal.js.
Visit the nelify site for an example and usage instructions.
Configuration
params.reveal_theme
: css theme name for revealjs (default:night
)params.hljs_theme
: css theme name for highlight.js (default:monokai_sublime
)params.revealjs
: configuration options passed directly toReveal.initialise
. (default)
Optimisation
RevealJS is a single-page application, meaning the only required file is index.html
. As all static assets are loaded from cdnjs
, there’s very little that needs to be rendered.
By default, no dedicate pages / sections are rendered. To reduce the output to only the required files, add this to your sites config:
disableKinds:
- "sitemap"
outputs:
home:
- "html"