Use new favicon
|
@ -1,4 +1,4 @@
|
||||||
name: Docker
|
name: Docker Documentation
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
kramdown:
|
kramdown:
|
||||||
input: GFM
|
input: GFM
|
||||||
|
|
|
@ -39,6 +39,12 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
|
||||||
</script>
|
</script>
|
||||||
{% if site.GH_ENV == "gh_pages" %}
|
{% if site.GH_ENV == "gh_pages" %}
|
||||||
<meta name="robots" content="noindex">{% endif %}
|
<meta name="robots" content="noindex">{% endif %}
|
||||||
|
<!-- favicon -->
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128">
|
||||||
|
<meta name="msapplication-TileImage" content="/favicons/docs@2x.ico">
|
||||||
|
<link rel="apple-touch-icon" type="image/x-icon" href="/favicons/docs@2x.ico" sizes="129x128">
|
||||||
|
<meta property="og:image" content="/favicons/docs@2x.ico"/>
|
||||||
|
<!-- metadata -->
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:updated_time" content="{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}"/>
|
<meta property="og:updated_time" content="{% if page.date %}{{ page.date | date_to_xmlschema }}{% else %}{{ site.time | date_to_xmlschema }}{% endif %}"/>
|
||||||
<meta property="og:image" itemprop="image primaryImageOfPage" content="/images/docs@2x.png"/>
|
<meta property="og:image" itemprop="image primaryImageOfPage" content="/images/docs@2x.png"/>
|
||||||
|
|
BIN
favicon.ico
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 5.7 KiB |
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-57x57.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-60x60.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-72x72.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-76x76.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-114x114.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/apple-touch-icon-120x120.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-32x32.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-96x96.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/favicon-16x16.png
|
|
||||||
wget http://moby:mobysecure@moby-docker.pantheonsite.io/favicons/manifest.json
|
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"name": "My app",
|
|
||||||
"icons": [
|
|
||||||
{
|
|
||||||
"src": "\/android-chrome-36x36.png",
|
|
||||||
"sizes": "36x36",
|
|
||||||
"type": "image\/png",
|
|
||||||
"density": "0.75"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "\/android-chrome-48x48.png",
|
|
||||||
"sizes": "48x48",
|
|
||||||
"type": "image\/png",
|
|
||||||
"density": "1.0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "\/android-chrome-72x72.png",
|
|
||||||
"sizes": "72x72",
|
|
||||||
"type": "image\/png",
|
|
||||||
"density": "1.5"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "\/android-chrome-96x96.png",
|
|
||||||
"sizes": "96x96",
|
|
||||||
"type": "image\/png",
|
|
||||||
"density": "2.0"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|