2017-10-03 16:35:14 +08:00
|
|
|
@title[Introduction]
|
2017-10-29 18:54:26 +08:00
|
|
|
|
|
|
|
# Git<span class="gold">Pitch</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2018-01-25 15:01:09 +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-29 18:54:26 +08:00
|
|
|
<span class="byline">[ 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-29 18:54:26 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[PITCHME.md]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
#### GitPitch turns <span class="gold">PITCHME.md</span> into
|
2017-10-03 16:35:14 +08:00
|
|
|
#### interactive,
|
|
|
|
#### online and offline slideshows.
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
2017-10-29 18:54:26 +08:00
|
|
|
<span class="aside">Just like this one...</span>
|
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-29 18:54:26 +08:00
|
|
|
#### No more <span class="gray">Keynote</span>.
|
|
|
|
#### No more <span class="gray">Powerpoint</span>.
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
2017-10-29 18:54:26 +08:00
|
|
|
#### Just <span class="gold">Markdown</span>.
|
|
|
|
#### Then <span class="gold">Git-Commit</span>.
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-11-20 16:21:05 +08:00
|
|
|
---?code=assets/md/hello.md&title=Step 1. PITCHME.md
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
<br>
|
2017-11-20 16:21:05 +08:00
|
|
|
#### Create slideshow content using GitHub Flavored Markdown in your favorite editor.
|
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
<span class="aside">It's as easy as README.md with simple slide-delimeters (---)</span>
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-03-09 18:24:24 +08:00
|
|
|
---
|
2017-10-29 18:54:26 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Step 2. Git-Commit]
|
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
### <span class="gold">STEP 2. GIT-COMMIT</span>
|
2017-10-03 16:35:14 +08:00
|
|
|
<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!
|
|
|
|
```
|
|
|
|
|
|
|
|
@[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
|
|
|
---
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
@title[Step 3. Done!]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
### <span class="gold">STEP 3. GET THE WORD OUT!</span>
|
|
|
|
<br>
|
|
|
|
![GitPitch Slideshow URLs](assets/images/gp-slideshow-urls.png)
|
2016-08-27 10:49:46 +08:00
|
|
|
<br>
|
|
|
|
<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-29 18:54:26 +08:00
|
|
|
|
2017-10-03 16:35:14 +08:00
|
|
|
@title[Slide Rich]
|
2016-08-27 10:49:46 +08:00
|
|
|
|
2017-10-29 18:54:26 +08:00
|
|
|
### <span class="gold">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
|
2017-10-29 18:54:26 +08:00
|
|
|
#### Multiple Themes with Easy Customization
|
2017-10-03 16:35:14 +08:00
|
|
|
<br>
|
2017-10-29 18:54:26 +08:00
|
|
|
#### <span class="gold">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-29 18:54:26 +08:00
|
|
|
### <span class="gold">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
|
|
|
|
2018-02-08 15:22:01 +08:00
|
|
|
### <span class="gold">GitPitch Pro - Now Live!</span>
|
2017-12-14 17:59:26 +08:00
|
|
|
|
|
|
|
<br>
|
|
|
|
<div class="left">
|
|
|
|
<i class="fa fa-user-secret fa-5x" aria-hidden="true"> </i><br>
|
2017-12-15 10:35:13 +08:00
|
|
|
<a href="https://gitpitch.com/pro-features" class="pro-link">
|
2017-12-14 17:59:26 +08:00
|
|
|
More details here.</a>
|
|
|
|
</div>
|
|
|
|
<div class="right">
|
|
|
|
<ul>
|
|
|
|
<li>Private Repos</li>
|
|
|
|
<li>Private URLs</li>
|
|
|
|
<li>Password-Protection</li>
|
|
|
|
<li>Image Opacity</li>
|
|
|
|
<li>SVG Image Support</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2016-08-27 10:49:46 +08:00
|
|
|
### Go for it.
|
2017-10-29 18:54:26 +08:00
|
|
|
### Just add <span class="gold">PITCHME.md</span> ;)
|
2017-10-03 16:35:14 +08:00
|
|
|
<br>
|
2017-11-20 16:21:05 +08:00
|
|
|
[Click here to learn more @fa[external-link fa-pad-left]](https://github.com/gitpitch/gitpitch/wiki)
|