diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..86cc372 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + {% if site.plugins contains 'jekyll-seo-tag' or site.gems contains 'jekyll-seo-tag' %} + {% comment %} + Add metadata for search engines and social networks if jekyll-seo-tag plugin is enabled + {% endcomment %} + {% include head-seo.html %} + {% else %} + {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} + + + {% endif %} + + + + + {% if site.data.theme.google_fonts %} + + {% endif %} + + {% if site.plugins contains 'jekyll-feed' or site.gems contains 'jekyll-feed'%} + {% comment %} + Add Atom feed link if jekyll-feed plugin is enabled + {% endcomment %} + {% include head-feed.html %} + {% endif %} + diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png new file mode 100755 index 0000000..7c4c80c Binary files /dev/null and b/android-chrome-192x192.png differ diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png new file mode 100755 index 0000000..0ec8a45 Binary files /dev/null and b/android-chrome-512x512.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100755 index 0000000..3af4b06 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/browserconfig.xml b/browserconfig.xml new file mode 100755 index 0000000..e8b57e5 --- /dev/null +++ b/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #b91d47 + + + diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100755 index 0000000..7000c30 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100755 index 0000000..b83c12d Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100755 index 0000000..90d42a9 Binary files /dev/null and b/favicon.ico differ diff --git a/mstile-150x150.png b/mstile-150x150.png new file mode 100755 index 0000000..0b2e318 Binary files /dev/null and b/mstile-150x150.png differ diff --git a/site.webmanifest b/site.webmanifest new file mode 100755 index 0000000..b20abb7 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}