Skip to content

Commit b9a7eb7

Browse files
committed
Add more details to the tutorial of customize favicon
1 parent b9a14f2 commit b9a7eb7

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

_posts/2019-08-11-customize-the-favicon.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ Download the generated package, unzip and delete the following two from the extr
2222
- browserconfig.xml
2323
- manifest.json
2424

25-
Now, copy the rest image files (`.PNG` and `.ICO`) to cover the original one in folder `assets/img/favicons/`.
25+
Now, copy the remaining image files (`.PNG` and `.ICO`) from the extracted `.zip` file to cover the original files in the folder `assets/img/favicons/`.
2626

27-
Lastly, don't forget to rebuild your site so that the icon becomes your custom edition.
27+
The following table helps you understand the changes to the icon file:
28+
29+
> ✓ means keep, ✗ means delete.
30+
31+
| File(s) | From Favicon & App Icon Generator | From Chirpy |
32+
|---------------------|:---------------------------------:|:-----------:|
33+
| `*.PNG` |||
34+
| `*.ICO` |||
35+
| `browserconfig.xml` |||
36+
| `manifest.json` |||
37+
38+
39+
The next time you build the site, the icon will be replaced with a customized edition.

0 commit comments

Comments
 (0)