2017-10-03 16:35:14 +08:00
|
|
|
@title[Introduction]
|
|
|
|
# Git<span style="color: #e49436">Pitch</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Markdown Presentations For Everyone on Git.*
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
2016-09-07 14:11:29 +08:00
|
|
|
<br>
|
2017-10-03 16:35:14 +08:00
|
|
|
<span style="color: #bbb; font-size: 80%">[ GitHub, GitLab, Bitbucket, GitBucket, Gitea, Gogs ]</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[PITCHME.md]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### GitPitch turns <span style="color: #e49436; text-transform: none">PITCHME.md</span> into
|
|
|
|
#### interactive,
|
|
|
|
#### online and offline slideshows.
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
|
|
|
<span style="color:gray; font-size:0.6em;">[ JUST LIKE THIS ONE ]</span>
|
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### No more <span style="color: gray">Keynote.</span>
|
|
|
|
#### No more <span style="color: gray">Powerpoint.</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Just <span style="color: #e49436">Markdown</span>.
|
|
|
|
#### Then <span style="color: #e49436">Git-Commit</span>.
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Step 1. Create 'PITCHME.md']
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
### <span style="color: #e49436">STEP 1. Create 'PITCHME.md'</span>
|
|
|
|
<br>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
<br>
|
|
|
|
<span style="color:gray; font-size:0.6em;">[ AS EASY AS README.md ]</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Step 2. Git-Commit]
|
|
|
|
|
|
|
|
### <span style="color: #e49436">STEP 2. GIT-COMMIT</span>
|
|
|
|
<br>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
```shell
|
|
|
|
$ git add PITCHME.md
|
|
|
|
$ git commit -m "New slideshow content."
|
|
|
|
$ git push
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
Done!
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
@[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!)
|
2017-10-11 10:18:50 +08:00
|
|
|
@[5](Supports GitHub, GitLab, Bitbucket, GitBucket, Gitea, and Gogs.)
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Step 3. Done!]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
### <span style="color: #e49436">STEP 3. GET THE WORD OUT!</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2016-09-07 14:11:29 +08:00
|
|
|
<span style="font-size: 1.3em;"><span style="color:white">htt</span><span style="color:white">ps://git</span><span style="color: #e49436">pitch</span><span style="color: white">.com/<span style="color: #e49436">user</span>/<span style="color: #e49436">repo</span>/<span style="color: #e49436">branch</span></span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
|
|
|
<br>
|
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Slide Rich]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
### <span style="color: #e49436">Slide Rich</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Code Presenting for Blocks, Files, and GISTs
|
|
|
|
#### Image, Video, Chart, and Math Slides
|
|
|
|
#### Multiple Themes With Easy Customization
|
|
|
|
<br>
|
|
|
|
#### <span style="color: #e49436">Plus collaboration is built-in...</span>
|
|
|
|
#### Your Slideshow Is Part Of Your Project
|
|
|
|
#### Under Git Version Control Within Your Git Repo
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Feature Rich]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
### <span style="color: #e49436">Feature Rich</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
#### Present Online or Offline
|
|
|
|
#### With Speaker Notes Support
|
|
|
|
#### Print Presentation as PDF
|
|
|
|
#### Auto-Generated Table-of-Contents
|
|
|
|
#### Share Presentation on Twitter or LinkedIn
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2016-08-27 10:49:46 +08:00
|
|
|
|
|
|
|
### Go for it.
|
|
|
|
### Just add <span style="color: #e49436; text-transform: none">PITCHME.md</span> ;)
|
2017-10-03 16:35:14 +08:00
|
|
|
<br>
|
|
|
|
<a style="font-size:0.6em;" href="https://github.com/gitpitch/gitpitch/wiki">[ Click To Learn More On Wiki ]</a>
|