Update build system and content
This commit is contained in:
parent
aa21b867b3
commit
6f1abd3fe5
44 changed files with 1406 additions and 92 deletions
18
assets/favicons/site.webmanifest
Normal file
18
assets/favicons/site.webmanifest
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Jonathan's Blog",
|
||||
"short_name": "Jonathan's Blog",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/assets/favicons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#282828",
|
||||
"background_color": "#282828"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue