gitpitch/PITCHME.md

101 lines
2.3 KiB
Markdown
Raw Normal View History

@title[Introduction]
# Git<span class="gold">Pitch</span>
#### Markdown Presentations For Everyone on Git.*
<br>
<br>
<span class="byline">[ GitHub, GitLab, Bitbucket, GitBucket, Gitea, Gogs ]</span>
---
@title[PITCHME.md]
#### GitPitch turns <span class="gold">PITCHME.md</span> into
#### interactive,
#### online and offline slideshows.
<br>
<span class="aside">Just like this one...</span>
---
#### No more <span class="gray">Keynote</span>.
#### No more <span class="gray">Powerpoint</span>.
<br>
#### Just <span class="gold">Markdown</span>.
#### Then <span class="gold">Git-Commit</span>.
---
2017-10-26 22:06:14 +08:00
@title[Step 1. PITCHME.md]
### <span class="gold">STEP 1. Create 'PITCHME.md'</span>
<br>
#### Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.
<br>
<span class="aside">It's as easy as README.md with simple slide-delimeters (---)</span>
---
@title[Step 2. Git-Commit]
### <span class="gold">STEP 2. GIT-COMMIT</span>
<br>
```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!]
### <span class="gold">STEP 3. GET THE WORD OUT!</span>
<br>
![GitPitch Slideshow URLs](assets/images/gp-slideshow-urls.png)
<br>
<br>
#### Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.
---
@title[Slide Rich]
### <span class="gold">Slide Rich</span>
#### Code Presenting for Blocks, Files, and GISTs
#### Image, Video, Chart, and Math Slides
#### Multiple Themes with Easy Customization
<br>
#### <span class="gold">Plus collaboration is built-in...</span>
#### Your Slideshow is Part of Your Project
#### Under Git Version Control within Your Git Repo
---
@title[Feature Rich]
### <span class="gold">Feature Rich</span>
#### 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 <span class="gold">PITCHME.md</span> ;)
<br>
[Click here to learn more...](https://github.com/gitpitch/gitpitch/wiki)