Skip to content

XorfacX/in-60-seconds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GitPitch

GitPitch In 60 Seconds

To experience just how simple it is to create a GitPitch slideshow presentation, follow along with this short tutorial.

Tutorial also available for GitLab and Bitbucket users.

Step 1. Create PITCHME.md

Using your preferred code editor create a file called PITCHME.md, then add and save the following Markdown content:

# Flux 

An application architecture for React

---

### Flux Design

- Dispatcher: Manages Data Flow
- Stores: Handle State & Logic
- Views: Render Data via React

---

![Flux Explained](https://facebook.github.io/flux/img/flux-simple-f8-diagram-explained-1300w.png)

Before moving on to the next step it's worth taking note of the following:

  1. The PITCHME.md file name is case sensitive.
  2. The PITCHME.md file content is standard Markdown.
  3. The --- markdown fragment acts as a delimiter between slides.

Using --- is a GitPitch convention, acting as a delimiter to denote the separation between content on different slides in your presentation. You can use custom delimiters if you prefer. For this example, when GitPitch processes the Markdown content it will result in a simple presentation with just three slides.

Step 2. Commit PITCHME.md

Now add this file to your Git repo and push to GitHub:

git add PITCHME.md
git commit -m "Added my first GitPitch slideshow content."
git push

Step 3. Done!

Your GitPitch slideshow presentation is now waiting for you to share or present at its public URL. To see a live demonstration of this slideshow presentation click here. Your own presentation should look a lot like this:

Slideshow-In-60-Seconds

Immediately you can download your slideshow for offline presentation, print it as a PDF document, or share it on social media.

The Fastest Way from Idea to Presentation.

Beyond support for standard Markdown on presentation slides, GitPitch delivers a wide range of features that cater to developers, speakers, educators, etc.

See the Template Gallery for quickstart markdown presentaton templates. Simply clone, fork, or download the templates repo and start customizing the presentation markdown to reflect your needs.

To view a live slideshow demonstration of a wide range of features try out the GitPitch Kitchen Sink. To dig deeper, see the GitPitch Wiki for a detailed How-To.

And don't forget to check out GitPitch Pro Features to learn about working with private Git repos and to enjoy enhanced presentation features, including privacy, confidentiality, and team collaboration.

About

GitPitch In 60 Seconds - A Very Short Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published