diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html new file mode 100644 index 0000000..c79a4a6 --- /dev/null +++ b/layouts/partials/favicon.html @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html new file mode 100644 index 0000000..aadd85d --- /dev/null +++ b/layouts/partials/head.html @@ -0,0 +1,19 @@ +{{ with .Title }}{{ . }} – {{end}}{{ .Site.Title }} +{{ with .Site.Params.about }}{{ end }} + + + +{{ if .Site.Params.noindex }} {{ end }} + +{{ partialCached "favicon" . }} + + + + + + + + + + + diff --git a/static/icons/android-chrome-192x192.png b/static/icons/android-chrome-192x192.png new file mode 100644 index 0000000..a8608a8 Binary files /dev/null and b/static/icons/android-chrome-192x192.png differ diff --git a/static/icons/android-chrome-512x512.png b/static/icons/android-chrome-512x512.png new file mode 100644 index 0000000..2fc2346 Binary files /dev/null and b/static/icons/android-chrome-512x512.png differ diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png new file mode 100644 index 0000000..926fc03 Binary files /dev/null and b/static/icons/apple-touch-icon.png differ diff --git a/static/icons/browserconfig.xml b/static/icons/browserconfig.xml new file mode 100644 index 0000000..6a1d00e --- /dev/null +++ b/static/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png new file mode 100644 index 0000000..a1752fc Binary files /dev/null and b/static/icons/favicon-16x16.png differ diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png new file mode 100644 index 0000000..96d5678 Binary files /dev/null and b/static/icons/favicon-32x32.png differ diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico new file mode 100644 index 0000000..60da25c Binary files /dev/null and b/static/icons/favicon.ico differ diff --git a/static/icons/mstile-144x144.png b/static/icons/mstile-144x144.png new file mode 100644 index 0000000..1a89224 Binary files /dev/null and b/static/icons/mstile-144x144.png differ diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png new file mode 100644 index 0000000..1fbc67e Binary files /dev/null and b/static/icons/mstile-150x150.png differ diff --git a/static/icons/mstile-310x150.png b/static/icons/mstile-310x150.png new file mode 100644 index 0000000..e18bc4b Binary files /dev/null and b/static/icons/mstile-310x150.png differ diff --git a/static/icons/mstile-310x310.png b/static/icons/mstile-310x310.png new file mode 100644 index 0000000..bb62611 Binary files /dev/null and b/static/icons/mstile-310x310.png differ diff --git a/static/icons/mstile-70x70.png b/static/icons/mstile-70x70.png new file mode 100644 index 0000000..0dc679b Binary files /dev/null and b/static/icons/mstile-70x70.png differ diff --git a/static/icons/safari-pinned-tab.svg b/static/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..56f0a96 --- /dev/null +++ b/static/icons/safari-pinned-tab.svg @@ -0,0 +1,35 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest new file mode 100644 index 0000000..5b2f361 --- /dev/null +++ b/static/icons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}