Skip to content

Commit ac8434e

Browse files
committed
docs(prose): favicon and dns
1 parent 6c5e327 commit ac8434e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

posts/prose.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ nav:
127127
- site: https://some.site
128128
image: og_image.jpg
129129
card: summary # or summary_large_image
130-
favicon: favicon.ico
130+
favicon: /fav.ico # or https://...
131131
layout: aside # or default
132132
with_styles: true
133133
---
@@ -158,7 +158,16 @@ it will assume the blog's `image` and `card` properties.
158158
### `favicon`
159159

160160
This 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.
354363
Resulting 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+
360371
Depending on your DNS, this could take some time to fully switch over. We have
361372
an endpoint to check whether or not custom domains are setup:
362373

0 commit comments

Comments
 (0)