Skip to content

Instantly share code, notes, and snippets.

@susanBuck
Last active August 29, 2015 13:58
Show Gist options
  • Save susanBuck/9928798 to your computer and use it in GitHub Desktop.
Save susanBuck/9928798 to your computer and use it in GitHub Desktop.
Git Slides

Git Slides

Generate a responsive slideshow in your browser ala Markdown code in Github.

You can load your slide show from the following two sources:

Option 1: Load from Gist

  • Gist method: http://gitslides.com/gist/{gist_id}
  • Example: http://gitslides.com/gist/9928798

Option 1: Load from Github Repo

  • Repo method: http://gitslides.com/{username}/{repo}/{filename}
  • Example:

Navigation

  • right arrow key to go forward a slide.
  • left arrow key to go back a slide.

Creating slides

Slides are created by using Markdown's h1 symbol, the pound sign

Example:

# Slide 1 Title
This is the content of slide 1
  
# Slide 2 Title
This is the content of slide 2

Credits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment