Coding Bootcamp: Customization
Customizing presentations
- The reveal.js presentation opening template is in
assets/presentation-top.html
- The reveal.js presentation closing template is in
assets/presentation-bottom.html
- The
presentation-bottom.html
page also contains numerous reveal.js configuration settings and is the place to add more
- The presentation visual format is customized through the
assets/reveal.js/css/theme/white.css
CSS file
Customizing regular web pages
Web pages (tables of contents and handouts) are customized as follows.
- All web pages start with the opening template in
assets/index-top.html
- All web pages end with the closing template in
assets/index-bottom.html
- The appearance of code is customized through the CSS file
assets/css/pandoc-syntax.css

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.