Skip to content

Commit

Permalink
favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Feb 3, 2020
1 parent 075f47e commit d29a9bb
Show file tree
Hide file tree
Showing 46 changed files with 239 additions and 33 deletions.
46 changes: 27 additions & 19 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,35 +1,43 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.55.6" />
<meta name="robots" content="index, follow">

<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">

<link rel="alternate" type="application/rss&#43;xml" href="/docs/index.xml">

<link rel="shortcut icon" href="{{ site.baseurl }}/assets/favicons/favicon.ico" >
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/apple-touch-icon-180x180.png" sizes="180x180">
<link rel="shortcut icon" href="{{ site.baseurl }}/favicon.ico">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-57x57.png" sizes="57x57">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-72x72.png" sizes="72x72">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-114x114.png" sizes="114x114">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-120x120.png" sizes="120x120">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-144x144.png" sizes="144x144">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-152x152.png" sizes="152x152">
<link rel="apple-touch-icon" href="{{ site.baseurl }}/assets/favicons/favicon-180x180.png" sizes="180x180">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-36x36.png" sizes="36x36">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-72x72.png" sizes="72x72">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-96x196.png" sizes="96x196">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/android-192x192.png"sizes="192x192">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-48x48.png" sizes="48x48">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-72x72.png" sizes="72x72">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-144x144.png" sizes="144x144">
<link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/favicons/favicon-192x192.png" sizes="192x192">

<meta name="application-name" content="{{ site.title }}">
<meta name="msapplication-tooltip" content="{{ site.title }}">
<meta name="msapplication-config" content="{{ site.baseurl }}/assets/favicons/browserconfig.xml">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="{{ site.baseurl }}/assets/favicons/favicon-144x144.png">

<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}" />
<title>{% if page.title %}{{ page.title }}{% endif %}{{ site.title }}</title>
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% endif %}{{ site.title }}" />
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ site.url }}" />
<meta property="og:site_name" content="{{ site.url }}" />
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:image" content="{{ site.url }}{{ site.baseurl }}/assets/img/crdt-logo.png" />

<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
<meta itemprop="name" content="{% if page.title %}{{ page.title }}{% endif %}{{ site.title }}">
<meta itemprop="description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}"/>
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% endif %}{{ site.title }}"/>
<meta name="twitter:description" content="{% if page.description %}{{ page.description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"/>

<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
Expand Down
Binary file removed assets/favicons/android-icon-144x144.png
Binary file not shown.
Binary file removed assets/favicons/android-icon-192x192.png
Binary file not shown.
Binary file removed assets/favicons/android-icon-36x36.png
Binary file not shown.
Binary file removed assets/favicons/android-icon-48x48.png
Binary file not shown.
Binary file removed assets/favicons/android-icon-72x72.png
Binary file not shown.
Binary file removed assets/favicons/android-icon-96x96.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-114x114.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-120x120.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-144x144.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-152x152.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-180x180.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-57x57.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-60x60.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-72x72.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-76x76.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon-precomposed.png
Binary file not shown.
Binary file removed assets/favicons/apple-icon.png
Binary file not shown.
11 changes: 10 additions & 1 deletion assets/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/assets/favicons/favicon-70x70.png"/>
<square150x150logo src="/assets/favicons/favicon-150x150.png"/>
<square310x310logo src="/assets/favicons/favicon-310x310.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added assets/favicons/favicon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-24x24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicons/favicon-310x310.png
Binary file modified assets/favicons/favicon-32x32.png
Binary file added assets/favicons/favicon-36x36.png
Binary file added assets/favicons/favicon-48x48.png
Binary file added assets/favicons/favicon-57x57.png
Binary file added assets/favicons/favicon-64x64.png
Binary file added assets/favicons/favicon-70x70.png
Binary file added assets/favicons/favicon-72x72.png
Binary file added assets/favicons/favicon-76x76.png
Binary file modified assets/favicons/favicon-96x96.png
Binary file removed assets/favicons/favicon.ico
Binary file not shown.
26 changes: 13 additions & 13 deletions assets/favicons/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"src": "/assets/favicons/favicon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"type": "image/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"src": "/assets/favicons/favicon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"type": "image/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"src": "/assets/favicons/favicon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"type": "image/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"src": "/assets/favicons/favicon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"type": "image/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"src": "/assets/favicons/favicon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"type": "image/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"src": "/assets/favicons/favicon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"type": "image/png",
"density": "4.0"
}
]
}
}
Binary file removed assets/favicons/ms-icon-144x144.png
Diff not rendered.
Binary file removed assets/favicons/ms-icon-150x150.png
Diff not rendered.
Binary file removed assets/favicons/ms-icon-310x310.png
Diff not rendered.
Binary file removed assets/favicons/ms-icon-70x70.png
Diff not rendered.
Binary file added assets/img/crdt-favicon.png
189 changes: 189 additions & 0 deletions assets/img/crdt-favicon.svg
Binary file added favicon.ico
Binary file not shown.

0 comments on commit d29a9bb

Please sign in to comment.