@(rndr: com.gitpitch.utils.GitRepoRenderer)
GitPitch Themes
@if(rndr.isValid()) {

Theme Switcher


Black - Moon - Night
Beige - Sky - White

Tip: Use PITCHME.yaml to set a fixed theme for your slideshow.

} else { Repo not found, themes disabled. }
GitPitch Badge
@if(rndr.isValid()) {

Use the following markdown snippet to add a badge for this slideshow to the README.md for your repo.


} else { Repo not found, badge disabled. }
GitPitch Embed
@if(rndr.isValid()) {

Use the following snippet to embed this GitPitch in your website or blog.


} else { Repo not found, embed disabled. }
GitPitch Share
@if(rndr.isValid()) {

Help get the word out about this GitPitch by e-mail or social media.



} else { Repo not found, share disabled. }
GitPitch Printing
@if(rndr.isValid()) { Generate PDF on Server
Generate PDF in Browser

Note: Browser support in Chrome only. } else { Repo not found, printing disabled. }