Skip to content
David Russell edited this page Aug 11, 2016 · 9 revisions

Click the Offline icon found below the slideshow presentation to have the presentation turned into a self-contained zip archive file, PITCHME.zip, which will download directly from your browser.

Once downloaded, expand the zip archive file. You should see the following files in the top-level directory within the expanded zip archive:

To launch the slideshow presentation you will need to open the index.html file under a local web server. For example, if you have Python 2 installed on your local system you can move into the top-level directory within the expanded zip archive and launch a simple HTTP server as follows:

python -m SimpleHTTPServer

You can then open your GitPitch slideshow presentation in your browser as follows:

http://localhost:8000

You can use any local HTTP server you like to serve your slideshow presentation. If you are unsure what HTTP server to use then this really useful Web Servers GitHub GIST provides an extensive selection of simple-to-use HTTP servers.

Note: As GIST Slides and Video Slides are dependent on Internet access, both are automatically disabled in offline slideshow presentations.

Depending on the size and complexity of your slideshow presentation generating an offline zip archive can take anywhere between 10 seconds and one minute, so it may require a little patience. Also see the note in the GitPitch Caching page regarding offline caching.

Clone this wiki locally