mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
29 lines
720 B
Markdown
29 lines
720 B
Markdown
# Title Setting
|
|
|
|
### Purpose
|
|
|
|
The `title` setting lets you set a custom HTML title for your slide deck.
|
|
|
|
### Syntax
|
|
|
|
```yaml
|
|
title : "Do More With Markdown"
|
|
```
|
|
|
|
### Details
|
|
|
|
?> Settings are activated using the [PITCHME.yaml](/conventions/pitchme-yaml.md) for your slide deck.
|
|
|
|
When activated, a custom `title` for your presentation has the following affects:
|
|
|
|
- Displays a custom title for the presentation in search-engine results
|
|
- Defines a custom title for the presentation in the browser toolbar or tab
|
|
- Provides a custom title for the presentation when it is added to favorites
|
|
|
|
For example, here is a sample custom title set in a **PITCHME.yaml** settings file:
|
|
|
|
```yaml
|
|
title : "Elixir Conf Keynote 2021"
|
|
```
|
|
|