Skip to content

Commit 2bfba2b

Browse files
committed
init
1 parent b4d0135 commit 2bfba2b

File tree

124 files changed

+241
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+241
-0
lines changed

_posts/2025-04-19-test.md

Lines changed: 199 additions & 0 deletions
63.4 KB
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: compress
3+
---
4+
5+
<?xml version="1.0" encoding="utf-8"?>
6+
<browserconfig>
7+
<msapplication>
8+
<tile>
9+
<square150x150logo src="{{ '/assets/img/favicons/mstile-150x150.png' | relative_url }}" />
10+
<TileColor>#da532c</TileColor>
11+
</tile>
12+
</msapplication>
13+
</browserconfig>
20.3 KB

assets/img/favicons/favicon.ico

14.7 KB
Binary file not shown.

assets/img/favicons/favicon.svg

Lines changed: 3 additions & 0 deletions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: compress
3+
---
4+
5+
{% assign favicon_path = "/assets/img/favicons" | relative_url %}
6+
7+
{
8+
"name": "{{ site.title }}",
9+
"short_name": "{{ site.title }}",
10+
"description": "{{ site.description }}",
11+
"icons": [
12+
{
13+
"src": "{{ favicon_path }}/android-chrome-192x192.png",
14+
"sizes": "192x192",
15+
"type": "image/png"
16+
},
17+
{
18+
"src": "{{ favicon_path }}/android-chrome-512x512.png",
19+
"sizes": "512x512",
20+
"type": "image/png"
21+
}],
22+
"start_url": "{{ '/index.html' | relative_url }}",
23+
"theme_color": "#2a1e6b",
24+
"background_color": "#ffffff",
25+
"display": "fullscreen"
26+
}
71 KB
506 KB
55 KB

0 commit comments

Comments
 (0)