The logo setting lets you use a custom logo to brand every slide in your presentation.
logo : assets/img/logo.png
Slideshow settings are activated using a PITCHME.yaml properties file.
The logo setting supports both relative and absolute paths to the image file.
By default your logo will be displayed in the top-left corner of every slide. However, you can change the position of your logo by specifying a logo-position setting alongside the logo setting.
GitPitch currently supports the following logo positions:
logo : assets/img/logo.png
logo-position : top-right
The logo-position setting must be used in conjunction with the logo setting. It has no effect if you have not specified a value for the logo setting.
If the logo position setting is activated using the bottom-right position then the controls layout setting is automatically set to display using the edges layout.