logoPath
- type:
string
- default: N/A
- required:
false
Description
Set the path to a logo image.
The logo will appear in the site header, and will be used as a default image if no image
frontmatter property is set for a published note.
The value can be either:
- a path, which will be relative to the workspace root.
- a web URL starting with
http
orhttps
, in which case Dendron will use the provided URL as-is.
Example
publishing:
logoPath: https://example.com/logo
Backlinks