Use new favicon

This commit is contained in:
John Mulhausen 2017-03-02 14:10:20 -08:00
parent 28d269bc37
commit ae4df25f0c
16 changed files with 7 additions and 42 deletions

View File

@ -1,4 +1,4 @@
name: Docker
name: Docker Documentation
markdown: kramdown
kramdown:
input: GFM

View File

@ -39,6 +39,12 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %
</script>
{% if site.GH_ENV == "gh_pages" %}
<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: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"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
favicons/docs.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
favicons/docs@2x.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 528 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -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

View File

@ -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"
}
]
}