Skip to content

Commit cd3303a

Browse files
authored
Merge pull request #19 from revolter/change/set-custom-favicon
Updated the favicon
2 parents 0fb2294 + 9fcd4a1 commit cd3303a

20 files changed

+681
-39
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ https://mermaid.live.
2020
npm install
2121
```
2222

23+
## Configuration
24+
25+
### Favicon
26+
27+
- Check if RealFaviconGenerator got updated
28+
(https://realfavicongenerator.net/change_log) by running
29+
```sh
30+
npm run check-favicon-update
31+
```
32+
- If you update [the source SVG](sources/favicon/favicon.svg), or if
33+
RealFaviconGenerator gets updated, generate the favicon assets by running
34+
```sh
35+
npm run generate-favicon
36+
```
37+
2338
## Usage
2439

2540
```sh
1.06 KB
Loading
3.3 KB
Loading

assets/favicon/apple-touch-icon.png

946 Bytes
Loading

assets/favicon/browserconfig.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
22
---
33

4-
{% assign favicon_version = 1 %}
5-
64
<?xml version="1.0" encoding="utf-8"?>
75
<browserconfig>
86
<msapplication>
97
<tile>
10-
<square150x150logo src="{% link /assets/favicon/mstile-150x150.png %}?v={{ favicon_version }}"/>
8+
<square150x150logo src="{% link /assets/favicon/mstile-150x150.png %}?v=2"/>
119
<TileColor>#da532c</TileColor>
1210
</tile>
1311
</msapplication>

assets/favicon/favicon-16x16.png

224 Bytes
Loading

assets/favicon/favicon-32x32.png

532 Bytes
Loading

assets/favicon/favicon.ico

0 Bytes
Binary file not shown.

assets/favicon/mstile-144x144.png

913 Bytes
Loading

assets/favicon/mstile-150x150.png

737 Bytes
Loading

0 commit comments

Comments
 (0)