reveal
To install, run nikola theme -i reveal
A theme based on reveal.js, the HTML presentation framework. Pages use a presentation-like style, with transitions between different page elements and different posts.
Suggested Configuration:
# Settings for the Reveal theme must be added to the global context. # subtheme selection: beige/serif/simple/sky/night/default # transition selection: cube/page/concave/linear/none/default GLOBAL_CONTEXT.update({ 'subtheme': 'sky', 'transition': 'cube' })
Issues? Questions?
You can report issues with this theme and request help via GitHub Issues (themes repository).