Merge repos with workflow
This commit is contained in:
2
static/_redirects
Normal file
2
static/_redirects
Normal file
@@ -0,0 +1,2 @@
|
||||
/zh-cn/* /zh-cn/404.html 404
|
||||
/fr/* /fr/404.html 404
|
||||
9
static/browserconfig.xml
Normal file
9
static/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/square.png"/>
|
||||
<TileColor>#ffad01</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
static/favicon-16x16.png
Normal file
BIN
static/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 905 B |
BIN
static/favicon-32x32.png
Normal file
BIN
static/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/fonts/Stratum2WebBold.woff
Normal file
BIN
static/fonts/Stratum2WebBold.woff
Normal file
Binary file not shown.
14
static/site.webmanifest
Normal file
14
static/site.webmanifest
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "LitlToast's Blog",
|
||||
"short_name": "LitlToast",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/square.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
static/square.png
Normal file
BIN
static/square.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Reference in New Issue
Block a user