1.0.1 • Published 7 years ago

reveal.js-titlebar v1.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Reveal.js Titlebar Plugin

Titlebar plugin for reveal.js

Adds a bar containing author and title to the bottom of the slides.

Usage

  • Install with npm, yarn or bower: (npm install|yarn add|bower install) reveal.js-titlebar
  • Add <title>The Power of Reveal.js</title> to the head of your presentation
  • Add <meta name="author" content="John Doe" /> to the head of your presentation
  • Add { src: 'titlebar/titlebar.js', async: true }, to the dependencies section
  • Add <link rel="stylesheet" href="titlebar/titlebar.css">
  • Overwrite default title: Add this to reveal.js initialization block:
titlebar: {
  title: 'Foo Title'
},

Example

example screenshot

License

GPLv3