[init] initial commit

This commit is contained in:
git
2023-06-03 15:58:09 +08:00
commit 6b53719306
182 changed files with 29167 additions and 0 deletions

BIN
pwa/icons/128.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
pwa/icons/256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

19
pwa/manifest.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Manford Blog",
"short_name": "Manford Blog",
"description": "About an engineer & designer who loves web.",
"icons": [{
"src": "icons/128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "icons/256.png",
"sizes": "256x256",
"type": "image/png"
}],
"background_color": "#fff",
"theme_color": "#000",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}