Skip to content

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

Notifications You must be signed in to change notification settings

sedrubal/reveal.js-titlebar

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published