File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 127127 - site: https://some.site
128128image: og_image.jpg
129129card: summary # or summary_large_image
130- favicon: favicon .ico
130+ favicon: /fav .ico # or https://...
131131layout: aside # or default
132132with_styles: true
133133---
@@ -158,7 +158,16 @@ it will assume the blog's `image` and `card` properties.
158158### ` favicon `
159159
160160This property will change the ` favicon ` for the blog and posts. Link to an ico
161- image.
161+ or any other image format using a URL (root and root-relative will reference
162+ your prose images).
163+
164+ It doesn't have to be an ` ico ` , other images like ` png ` are also supported.
165+
166+ For example: ` /fav.ico ` or ` https://other.site/favicon.png `
167+
168+ > If referencing a prose image (e.g. ` /fav.ico ` ), do ** not** make your filename
169+ > ` favicon.ico ` because we do not currently support overwriting the default
170+ > prose favicon.
162171
163172### ` layout `
164173
@@ -354,9 +363,11 @@ Where `{user}` is your pico username.
354363Resulting in:
355364
356365```
357- _prose.subdomain.yourcustomdomain.com. 300 IN TXT " erock"
366+ _prose.subdomain.yourcustomdomain.com. 300 IN TXT erock
358367```
359368
369+ > We are replacing ` {user} ` token with the username ` erock ` as an example.
370+
360371Depending on your DNS, this could take some time to fully switch over. We have
361372an endpoint to check whether or not custom domains are setup:
362373
You can’t perform that action at this time.
0 commit comments