可以在同一个 github 存储库上创建更多 gitpitch 演示文稿吗?

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

由于 gitpitch 演示文稿显示在该位置
https://gitpitch.com/user-name/repository-name
每个存储库只能创建一个 gitpitch 演示文稿。

我想使用 gitpitch 创建更多的演示文稿,但感觉为每个演示文稿创建一个新的存储库太多了。
有什么办法可以绕过这个限制吗?

例如使用更具体的 URL 显示演示文稿,例如
https://gitpitch.com/user-name/repository-name/sub-folder

您可以在存储库的单个分支中创建多个演示文稿。您不必为每个新演示文稿进行分支。

有关详细信息,请查看 GitPitch Wiki 上的 Asset Sharing and Modular Markdown 页面。资产共享页面解释了如何在单个存储库中创建和共享任意数量的演示文稿。模块化 markdown 页面解释了如何将演示文稿的 markdown 分解为多个文件,甚至在多个演示文稿之间共享 markdown 文件。

很难在文档中找到答案,但这对我有用。如果您将 PITCHME.md 文件放在 subfolder 中,则使用以下路径。

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

?p=subfolder 放在 branch 名称之后的关键部分。

可以在此处找到更多内容 https://gitpitch.com/docs/git/branch-many-slideshows