Can more gitpitch presentations be created on the same github repository?

363 views Asked by At

Since the a gitpitch presentation is displayed at the location
https://gitpitch.com/user-name/repository-name
only one gitpitch presentation can be created per repository.

I would like to use gitpitch to create more presentations, but it feels like creating a new repository for every presentation is too much.
Is there any way to go around this limitation?

E.g. display presentations with a more specific URL, something like
https://gitpitch.com/user-name/repository-name/sub-folder

2

There are 2 answers

2
David On BEST ANSWER

You can create multiple presentations in a single branch within repo. You do not have to branch for each new presentation.

Take a look at the Asset Sharing and Modular Markdown pages on the GitPitch Wiki for details. The asset sharing page explains how you can create and share any number of presentations within in a single repo. The modular markdown page explains how you can break the markdown for your presentations into multiple files and even share markdown files across multiple presentations.

0
Tim On

Had a hard time finding the answer in the documentation but this worked for me. If you put your PITCHME.md file in your subfolder, then use the following path.

https://gitpitch.com/user/repo/branch?p=subfolder

with the key component of placing ?p=subfolder after the branch name.

More can be found here https://gitpitch.com/docs/git/branch-many-slideshows