mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
Auto stash before rebase of "origin/master"
This commit is contained in:
parent
3b0676bb41
commit
6b139c19c9
12
public/browserconfig.xml
Normal file
12
public/browserconfig.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square70x70logo src="/resources/site/client/icons/mstile-70x70.png"/>
|
||||
<square150x150logo src="/resources/site/client/icons/mstile-150x150.png"/>
|
||||
<wide310x150logo src="/resources/site/client/icons/mstile-310x150.png"/>
|
||||
<square310x310logo src="/resources/site/client/icons/mstile-310x310.png"/>
|
||||
<TileColor>#000</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
10
public/cache.appcache
Executable file
10
public/cache.appcache
Executable file
@ -0,0 +1,10 @@
|
||||
CACHE MANIFEST
|
||||
|
||||
FALLBACK:
|
||||
/
|
||||
/resources/site/client/css/app.css
|
||||
/resources/site/client/img/logo.png
|
||||
/resources/site/client/img/fonts/fontawesome-webfont.woff2?v=4.7.0
|
||||
/resources/site/client/img/fonts/fontawesome-webfont.woff?v=4.7.0
|
||||
/resources/site/client/img/fonts/fontawesome-webfont.ttf?v=4.7.0
|
||||
/resources/site/client/js/app.js
|
11
public/humans.txt
Executable file
11
public/humans.txt
Executable file
@ -0,0 +1,11 @@
|
||||
/* AUTHOR */
|
||||
Name:
|
||||
|
||||
/* TEAM */
|
||||
Site: https://bla-bla.com/
|
||||
|
||||
/* SITE */
|
||||
Doctype: HTML5
|
||||
IDE: PHPStorm, Sublime Text, Photoshop, Transmit
|
||||
Framework: SilverStripe
|
||||
Language: English
|
49
public/manifest.json
Normal file
49
public/manifest.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "SilverStripe",
|
||||
"short_name": "SilverStripe website",
|
||||
"description": "",
|
||||
"dir": "auto",
|
||||
"lang": "en-US",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"start_url": "/?homescreen=1",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#000000",
|
||||
"icons": [{
|
||||
"src": "/resources/site/client/icons/android-chrome-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-384x384.png",
|
||||
"sizes": "384x384",
|
||||
"type": "image/png"
|
||||
}, {
|
||||
"src": "/resources/site/client/icons/android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}]
|
||||
}
|
7
public/robots.txt
Executable file
7
public/robots.txt
Executable file
@ -0,0 +1,7 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Crawl-delay: 10
|
||||
Disallow: /admin
|
||||
Disallow: /Security
|
||||
Sitemap: https://www.bla-bla.org/sitemap.xml
|
||||
Host: https://www.bla-bla.org
|
Loading…
Reference in New Issue
Block a user