gitpitch/PITCHME.md
David Russell 70c62f63d7 GitPitch 2.0 feature branch merge.
- 2.0 Menus: Home, Git, Themes, TOC
- 2.0 TOC with @title markdown shortcut
- 2.0 Notifications Bar
- 2.0 Introduction Presentation
- Refactored CSS style dependencies as frags
- Refactored Code and GIST services
- GIST support extended across all GRS
- Updated OfflineService implementation
- Updated GRS matching by TYPE
- New 404 page-not-found page
2017-10-03 15:35:14 +07:00

2.8 KiB

@title[Introduction]

GitPitch

Markdown Presentations For Everyone on Git.*



[ GitHub, GitLab, Bitbucket, GitBucket, Gitea, Gogs ]

@title[PITCHME.md]

GitPitch turns PITCHME.md into

interactive,

online and offline slideshows.


[ JUST LIKE THIS ONE ]

No more Keynote.

No more Powerpoint.


#### Just Markdown. #### Then Git-Commit.

@title[Step 1. Create 'PITCHME.md']

STEP 1. Create 'PITCHME.md'


Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.


[ AS EASY AS README.md ]

@title[Step 2. Git-Commit]

STEP 2. GIT-COMMIT


$ 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!]

STEP 3. GET THE WORD OUT!


https://gitpitch.com/user/repo/branch


Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.


@title[Slide Rich]

Slide Rich

Code Presenting for Blocks, Files, and GISTs

Image, Video, Chart, and Math Slides

Multiple Themes With Easy Customization


#### Plus collaboration is built-in... #### Your Slideshow Is Part Of Your Project #### Under Git Version Control Within Your Git Repo

@title[Feature Rich]

Feature Rich

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 PITCHME.md ;)


[ Click To Learn More On Wiki ]