Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

pitchme-yaml.md

File metadata and controls

31 lines (18 loc) · 1.18 KB

PITCHME.yaml

GitPitch slide decks are developed using standard markdown and powerful widget syntax. Beyond markdown itself, the appearance and behavior of slide decks can be manipulated using custom settings. By convention, GitPitch custom settings are maintained within a PITCHME.yaml file.

To give you a sense of the kinds of settings found in a PITCHME.yaml file the following snippet demonstrates some sample custom settings:

gitpitch: 4.0

published: true

theme-override: assets/css/PITCHME.css

custom-fonts: [
  "assets/fonts/Inter.woff2",
  "assets/fonts/YanoneKaffeesatz.woff2"
]

title: "GitPitch 4.0 - Powerpoint for Geeks"

Any settings that are directly related to a specific feature are documented directly in the corresponding feature guide. A few standalone settings are also supported. These standalone settings are documented in the Settings Guide.

Setting Policies

YAML Policy

YAML Policy

For details about publishing slide decks using private repos see the Cloud Publishing Guide.