mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
118 lines
2.7 KiB
Markdown
118 lines
2.7 KiB
Markdown
@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>.
|
|
|
|
---?code=assets/md/hello.md&title=Step 1. PITCHME.md
|
|
|
|
<br>
|
|
#### Create slideshow content using GitHub Flavored Markdown in your favorite editor.
|
|
|
|
<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
|
|
|
|
---
|
|
|
|
### <span class="gold">GitPitch Pro - Now Live!</span>
|
|
|
|
<br>
|
|
<div class="left">
|
|
<i class="fa fa-user-secret fa-5x" aria-hidden="true"> </i><br>
|
|
<a href="https://gitpitch.com/pro-features" class="pro-link">
|
|
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>
|
|
|
|
---
|
|
|
|
### Go for it.
|
|
### Just add <span class="gold">PITCHME.md</span> ;)
|
|
<br>
|
|
[Click here to learn more @fa[external-link fa-pad-left]](https://github.com/gitpitch/gitpitch/wiki)
|