This is the repo where the group "Offene Infrastruktur" from the hbz crafts their slides.
Copy all files of a directory to a properly named new one. Change into it and edit index.html
. This file holds everything you need, besides some images you may want to add/remove
in the img
directory.
To change the marker at the slides search for Reveal.addEventListener
at the end of
index.html
. It's structured like this:
Reveal.addEventListener('$referenceName', function () { document.querySelector('#footer-left').innerHTML = '$marker'; });
Adapt it to your need. Reference the marker in your slides:
<section data-state="$referenceName">
Follow #59.
Publish to https://slides.lobid.org/
The slides will be published via GitHub Pages to http://hbz.github.io/slides/<directory-name>
(and hence
resolved by our web proxy at https://slides.lobid.org/<directory-name>
) when pushed into master. GitHub Pages takes its time
so you need a little patience!
To add the slides to the overview at https://slides.lobid.org/ one has to
update the index.html
at the root level of this repository.