Docker and Ghost CMS overhaul
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
etc/ghost/content/themes/NEWcasper/assets/img/favicon.ico
Normal file
BIN
etc/ghost/content/themes/NEWcasper/assets/img/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
41
etc/ghost/content/themes/NEWcasper/assets/img/manifest.json
Normal file
41
etc/ghost/content/themes/NEWcasper/assets/img/manifest.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "Kiko Beats Blog",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-36x36.png?v=wAAv6Wqe6l",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-48x48.png?v=wAAv6Wqe6l",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-72x72.png?v=wAAv6Wqe6l",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-96x96.png?v=wAAv6Wqe6l",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-144x144.png?v=wAAv6Wqe6l",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/assets\/img\/android-chrome-192x192.png?v=wAAv6Wqe6l",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
etc/ghost/content/themes/NEWcasper/assets/img/pikachu.jpg
Executable file
BIN
etc/ghost/content/themes/NEWcasper/assets/img/pikachu.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
Reference in New Issue
Block a user