gitpitch/PITCHME.md

101 lines
2.8 KiB
Markdown
Raw Normal View History

@title[Introduction]
# Git<span style="color: #e49436">Pitch</span>
#### Markdown Presentations For Everyone on Git.*
<br>
<br>
<span style="color: #bbb; font-size: 80%">[ GitHub, GitLab, Bitbucket, GitBucket, Gitea, Gogs ]</span>
---
@title[PITCHME.md]
#### GitPitch turns <span style="color: #e49436; text-transform: none">PITCHME.md</span> into
#### interactive,
#### online and offline slideshows.
<br>
<span style="color:gray; font-size:0.6em;">[ JUST LIKE THIS ONE ]</span>
---
#### No more <span style="color: gray">Keynote.</span>
#### No more <span style="color: gray">Powerpoint.</span>
<br>
#### Just <span style="color: #e49436">Markdown</span>.
#### Then <span style="color: #e49436">Git-Commit</span>.
---
@title[Step 1. Create 'PITCHME.md']
### <span style="color: #e49436">STEP 1. Create 'PITCHME.md'</span>
<br>
#### Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.
<br>
<span style="color:gray; font-size:0.6em;">[ AS EASY AS README.md ]</span>
---
@title[Step 2. Git-Commit]
### <span style="color: #e49436">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!)
@[4](Supports GitHub, GitLab, Bitbucket, GitBucket, Gitea, and Gogs.)
---
@title[Step 3. Done!]
### <span style="color: #e49436">STEP 3. GET THE WORD OUT!</span>
<br>
<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>
<br>
#### Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.
---
@title[Slide Rich]
### <span style="color: #e49436">Slide Rich</span>
#### 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
---
@title[Feature Rich]
### <span style="color: #e49436">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 style="color: #e49436; text-transform: none">PITCHME.md</span> ;)
<br>
<a style="font-size:0.6em;" href="https://github.com/gitpitch/gitpitch/wiki">[ Click To Learn More On Wiki ]</a>