mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
1.2 KiB
1.2 KiB
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
For details about publishing slide decks using private repos see the Cloud Publishing Guide.