diff --git a/layouts/partials/head.html b/layouts/partials/head.html index ff84782..241bd65 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -16,8 +16,26 @@ {{ end }} {{ $printstyle := resources.Get "/scss/print.scss" | toCSS | minify }} + + + + + + + + + + + + + + + + + + {{ hugo.Generator }} diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..a770996 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,2 @@ + +#ffffff diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..0f28a22 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/favicon/apple-icon-76x76.png b/static/img/favicon/apple-icon-76x76.png new file mode 100644 index 0000000..a767830 Binary files /dev/null and b/static/img/favicon/apple-icon-76x76.png differ diff --git a/static/img/favicon/apple-icon-precomposed.png b/static/img/favicon/apple-icon-precomposed.png new file mode 100644 index 0000000..3f4f40a Binary files /dev/null and b/static/img/favicon/apple-icon-precomposed.png differ diff --git a/static/img/favicon/apple-icon.png b/static/img/favicon/apple-icon.png new file mode 100644 index 0000000..3f4f40a Binary files /dev/null and b/static/img/favicon/apple-icon.png differ diff --git a/static/img/favicon/favicon-16x16.png b/static/img/favicon/favicon-16x16.png new file mode 100644 index 0000000..52da996 Binary files /dev/null and b/static/img/favicon/favicon-16x16.png differ diff --git a/static/img/favicon/favicon-32x32.png b/static/img/favicon/favicon-32x32.png new file mode 100644 index 0000000..daf821a Binary files /dev/null and b/static/img/favicon/favicon-32x32.png differ diff --git a/static/img/favicon/favicon-96x96.png b/static/img/favicon/favicon-96x96.png new file mode 100644 index 0000000..5db2138 Binary files /dev/null and b/static/img/favicon/favicon-96x96.png differ diff --git a/static/img/favicon/ms-icon-144x144.png b/static/img/favicon/ms-icon-144x144.png new file mode 100644 index 0000000..9268a77 Binary files /dev/null and b/static/img/favicon/ms-icon-144x144.png differ diff --git a/static/img/favicon/ms-icon-150x150.png b/static/img/favicon/ms-icon-150x150.png new file mode 100644 index 0000000..1891b8e Binary files /dev/null and b/static/img/favicon/ms-icon-150x150.png differ diff --git a/static/img/favicon/ms-icon-310x310.png b/static/img/favicon/ms-icon-310x310.png new file mode 100644 index 0000000..2011b4c Binary files /dev/null and b/static/img/favicon/ms-icon-310x310.png differ diff --git a/static/img/favicon/ms-icon-70x70.png b/static/img/favicon/ms-icon-70x70.png new file mode 100644 index 0000000..31e2f1d Binary files /dev/null and b/static/img/favicon/ms-icon-70x70.png differ diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..b724ebe --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,41 @@ +{ + "name": "App", + "icons": [ + { + "src": "\/img\/favicon\/android-icon-36x36.png", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/img\/favicon\/android-icon-48x48.png", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/img\/favicon\/android-icon-72x72.png", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/img\/favicon\/android-icon-96x96.png", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/img\/favicon\/android-icon-144x144.png", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + }, + { + "src": "\/img\/favicon\/android-icon-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": "4.0" + } + ] +}