gitpitch/README.md

115 lines
4.0 KiB
Markdown
Raw Normal View History

[![GitPitch](https://gitpitch.com/assets/badge.svg)](https://gitpitch.com/gitpitch/gitpitch/master) [![Build Status](https://semaphoreci.com/api/v1/onetapbeyond/gitpitch/branches/master/shields_badge.svg)](https://semaphoreci.com/onetapbeyond/gitpitch)
2020-01-12 17:51:36 +08:00
# Slide Decks for Tech Conferences, Meetups, and Training
2018-06-27 17:03:11 +08:00
#### WEBSITE: [www.gitpitch.com](https://gitpitch.com) | HOW-TO : [GitPitch Docs](https://gitpitch.com/docs) | TWITTER: [@gitpitch](https://twitter.com/gitpitch)
2019-07-10 19:45:47 +08:00
### What is GitPitch?
2020-01-12 17:51:36 +08:00
> Developers. Conference Speakers. Educators. Training Instructors. Pssst...
>
2019-07-10 19:45:47 +08:00
<br>
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
![GITPITCH](assets/images/gitpitch-lets-get-started.gif)
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
<br><br>
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
- GitPitch is a markdown presentation tool for MacOS, Linux, or Windows 10.
- GitPitch Desktop lets you develop, preview, and present markdown presentations offline.
- Export your markdown presentations to PDF and PowerPoint PTTX.
- And publish and share your markdown presentations online at [gitpitch.com](https://gitpitch.com).
- To publish any deck just *git-push* from your desktop to any repo on GitHub, GitLab, or Bitbucket.
- And share it as a public, private, or password-protected markdown presentation in the cloud.
2018-05-25 12:16:13 +08:00
2019-07-10 19:45:47 +08:00
<br>
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
### GitPitch Theme Builder
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
![GITPITCH](assets/images/gitpitch.gif)
2018-05-25 12:16:13 +08:00
2020-01-12 17:51:36 +08:00
> Click link to view the **Theme Builder Guide** : https://gitpitch.com/docs/themes/default
2019-07-11 10:19:09 +08:00
<br><br>
2020-01-12 17:51:36 +08:00
### GitPitch Snap Layouts
2019-07-11 10:19:09 +08:00
2020-01-12 17:51:36 +08:00
![GITPITCH](assets/images/gitpitch-snap-layouts.gif)
2019-07-11 10:19:09 +08:00
2020-01-12 17:51:36 +08:00
> Click link to view the **Snap Layouts Guide** : https://gitpitch.com/docs/layout-features/snap-layouts
2018-08-06 17:14:24 +08:00
2019-07-10 19:45:47 +08:00
<br><br>
2018-08-06 17:14:24 +08:00
2020-01-12 17:51:36 +08:00
### GitPitch Live Code Presenting
2019-07-10 19:45:47 +08:00
![GITPITCH CODE PRESENTING](assets/images/gitpitch-code-presenting.gif)
2020-01-12 17:51:36 +08:00
> Click link to view the **Live Code Presenting Guide** : https://gitpitch.com/docs/code-features/presenting
2016-08-11 21:25:28 +08:00
2019-07-10 19:45:47 +08:00
<br><br>
2018-05-27 13:46:02 +08:00
2019-07-10 19:45:47 +08:00
![GITPITCH SPEAKER SUPPORT](assets/images/gitpitch-speaker-support.jpg)
2016-08-11 21:25:28 +08:00
2019-07-10 19:45:47 +08:00
> Click link to view the **Speaker Support Guide** : https://gitpitch.com/docs/speaker-features
2016-08-11 21:25:28 +08:00
2019-07-10 19:45:47 +08:00
<br><br>
2016-08-11 21:25:28 +08:00
2020-01-12 17:51:36 +08:00
![GITPITCH MODULAR PRESENTATIONS](assets/images/gitpitch-modular.jpg)
2016-08-11 21:25:28 +08:00
2020-01-12 17:51:36 +08:00
> Click link to view the **Modular Presentations Guide** : https://gitpitch.com/docs/git/branch-shared-markdown
2019-07-10 19:45:47 +08:00
<br><br>
2016-08-11 21:25:28 +08:00
2020-01-12 17:51:36 +08:00
### The GitPitch Docs
2019-07-10 20:28:34 +08:00
2019-07-10 19:45:47 +08:00
![GITPITCH DOCS](assets/images/gitpitch-docs.jpg)
2016-08-12 01:10:10 +08:00
2019-07-10 19:45:47 +08:00
> Click link to view the **The Complete GitPitch Docs**: https://gitpitch.com/docs
2016-08-11 21:25:28 +08:00
2019-07-10 19:45:47 +08:00
<br><br>
2016-08-12 01:10:10 +08:00
2020-01-12 17:58:15 +08:00
### GitPitch In-60-Seconds Tutorial
![GITPITCH TUTORIAL](assets/images/gitpitch-in-60-seconds-tutorial.jpg)
> Click link to launch the **GitPitch In-60-Seconds Tutorial**: https://github.com/gitpitch/in-60-seconds
<br><br>
2019-07-10 19:45:47 +08:00
### Introducing the PITCHME.md Convention
2016-08-11 21:25:28 +08:00
2019-07-10 19:45:47 +08:00
#### The README.md Convention
2017-03-12 23:29:56 +08:00
2019-07-10 19:45:47 +08:00
If you have ever worked with Git - on GitHub, GitLab, or Bitbucket - you are
probably already familiar with this convention. It automatically turns any
README.md file found within a Git repository into nicely rendered documentation.
This convention gives developers a simple and convenient way to document any
project.
2017-03-12 23:29:56 +08:00
2019-07-10 19:45:47 +08:00
#### The PITCHME.md Convention
2019-07-10 19:45:47 +08:00
GitPitch introduces a brand new convention for all Git users, the PITCHME.md
convention. This convention automatically turns any PITCHME.md file found
within a Git repository into a modern slideshow presentation on
[gitpitch.com](https://gitpitch.com). This convention gives developers a simple
and convenient way to promote, pitch or present absolutely anything. Using the
tools we already know and love - Markdown and Git.
2019-07-10 19:45:47 +08:00
<br><br>
2019-07-10 19:45:47 +08:00
### The GitPitch Backstory
2019-07-10 19:45:47 +08:00
GitPitch began as a personal project back in 2016. The early versions of the
service were maintained as an open source project in this repository. I now
2019-07-11 10:19:09 +08:00
work on this project full-time and develop a wide range of
[free, subscriber, and enterprise](https://gitpitch.com/pricing) slide deck
solutions. You can still fork, clone, or modify the original source and open
new issues and feature requests on this repo. For project news and updates,
follow me on [Twitter](https://twitter.com/gitpitch).
2019-07-10 19:45:47 +08:00
If you like this project please show your support with a
[GitHub Star](https://github.com/gitpitch/gitpitch/stargazers). Your support is
much appreciated. Cheers, David :heart:.
2019-07-10 19:45:47 +08:00
<br><br>