@title[Introduction]
# GitPitch
#### Markdown Presentations For Everyone on Git.*
[ GitHub, GitLab, Bitbucket, GitBucket, Gitea, Gogs ]
---
@title[PITCHME.md]
#### GitPitch turns PITCHME.md into
#### interactive,
#### online and offline slideshows.
Just like this one...
---
#### No more Keynote.
#### No more Powerpoint.
#### Just Markdown.
#### Then Git-Commit.
---
@title[Step 1. PITCHME.md]
### STEP 1. Create 'PITCHME.md'
#### Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.
It's as easy as README.md with simple slide-delimeters (---)
---
@title[Step 2. Git-Commit]
### STEP 2. GIT-COMMIT
```shell
$ git add PITCHME.md
$ git commit -m "New slideshow content."
$ git push
Done!
```
@[1](Add your PITCHME.md slideshow content file.)
@[2](Commit PITCHME.md to your local repo.)
@[3](Push PITCHME.md to your public repo and you're done!)
@[5](Supports GitHub, GitLab, Bitbucket, GitBucket, Gitea, and Gogs.)
---
@title[Step 3. Done!]
### STEP 3. GET THE WORD OUT!
![GitPitch Slideshow URLs](assets/images/gp-slideshow-urls.png)
#### Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.
---
@title[Slide Rich]
### Slide Rich
#### Code Presenting for Blocks, Files, and GISTs
#### Image, Video, Chart, and Math Slides
#### Multiple Themes with Easy Customization
#### Plus collaboration is built-in...
#### Your Slideshow is Part of Your Project
#### Under Git Version Control within Your Git Repo
---
@title[Feature Rich]
### Feature Rich
#### Present Online or Offline
#### With Speaker Notes Support
#### Print Presentation as PDF
#### Auto-Generated Table-of-Contents
#### Share Presentation on Twitter or LinkedIn
---
### Go for it.
### Just add PITCHME.md ;)
[Click here to learn more...](https://github.com/gitpitch/gitpitch/wiki)