mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
19 lines
535 B
Markdown
19 lines
535 B
Markdown
|
# Favicon Setting
|
||
|
|
||
|
### Purpose
|
||
|
|
||
|
The `favicon` setting lets you activate a custom [favicon](https://en.wikipedia.org/wiki/Favicon) for your slide deck.
|
||
|
|
||
|
### Syntax
|
||
|
|
||
|
```yaml
|
||
|
favicon : assets/img/fav.ico
|
||
|
```
|
||
|
|
||
|
### Details
|
||
|
|
||
|
?> Settings are activated using the [PITCHME.yaml](/conventions/pitchme-yaml.md) for your slide deck.
|
||
|
|
||
|
The `favicon` setting supports both relative and absolute paths to the image file. When activated, your favicon is used as a website icon, tab icon, shortcut icon, URL icon, or bookmark icon for your slide deck.
|
||
|
|