Questions tagged [gitpitch]

GitPitch is a markdown presentation service that automatically transforms the contents of any PITCHME.md markdown file found within a public Git repository into a fully responsive, online and offline slideshow presentation. GitPitch Pro extends this convention by supporting the transformation of PITCHME.md markdown files found within private repositories on GitHub, GitLab, and Bitbucket.

GitPitch is a Markdown Presentation service for everyone on GitHub, GitLab, and Bitbucket. Use it to create public, private, and password-protected slideshow presentations using the tools you already know and love ~ Markdown + Git.

10 questions
6
votes
2 answers

How does gitpitch work with private github repositories?

Posting this question on stackoverflow as requested by the gitpitch developer here. When you commit a PITCHME.md file to a public GitHub repository, the presentation displays in this URL format: https://gitpitch.com/user/repo However, where are…
Ariel
  • 163
  • 3
5
votes
1 answer

How to increase width of slide content?

Or specify the format to 16:9 for example? I need to fit more text (quotes that I can't really abbreviate) onto a slide. Trying various combinations of .reveal .slides and section>* with width: 1280px or 150% (derived from…
Katrin Leinweber
  • 1,316
  • 13
  • 33
4
votes
1 answer

In a GitPitch presentation, how can I increase the font size of a code block?

I am creating a code slide using GitPitch: https://github.com/gitpitch/gitpitch/wiki/Code-Slides For my code slides, I would like the text to be as large as possible. I see that the GitPitch service makes use of…
terrywb
  • 3,740
  • 3
  • 25
  • 50
3
votes
1 answer

Can I preview a PICHME.md file using GitPitch without commit and push?

When you're creating a presentation you regularly need to see a preview of your work. It's hard to commit/push for each review. Is there any other way for seeing the final output of GitPitch?
Amir Karimi
  • 5,401
  • 4
  • 32
  • 51
2
votes
1 answer

Hide whole code block and only show fragments or jump to the first fragment

I am creating a presentation about some Java stuff and I want to show some code. I have the problem, that I want to present Java code and the first snippet is the import block if I use the Code Delimiter Slides. If I use the Code Block Slides, the…
Torsten
  • 23
  • 2
  • 5
1
vote
1 answer

Gitpitch creating custom colors

I am starting and creating a gitpitch presentation and it works great. I want to create a custom color so that I can use it in the presentation but it does not work. In the custom.css file, which I now is added correctly since other stuff in there…
MenzZana
  • 158
  • 5
1
vote
1 answer

GitPitch. How to add slide numbers

I want to add slide numbers to my GitPitch presentation. I have: PITCHME.md with content PITCHME.yaml with path to css theme-override : {path}/assets/css/PITCHME.css PITCHME.css with some customization .reveal .slides { text-align:…
Sergei Rybalkin
  • 3,337
  • 1
  • 14
  • 27
0
votes
1 answer

How to turn off SSL verification in GitPitch?

I'm trying to make Gitpitch to load presentations from Gitlab-omnibus installed in a local network (that is, not gitlab.com). What I've done: Pulled Docker image from https://hub.docker.com/r/knsit/gitpitch/dockerfile Imported Gitpitch sample…
wl2776
  • 4,099
  • 4
  • 35
  • 77
0
votes
1 answer

Code block from file in GitPitch

There are two ways to insert code blocks from file In GitPitch: Code Delimiter Slide and GIST Delimiter slide (source: https://github.com/gitpitch/gitpitch/wiki/Code-Presenting). Both of them create a new slide with a code block at the top. Is there…
0
votes
2 answers

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

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…
Ioanna
  • 1,311
  • 2
  • 23
  • 36