diff --git a/config.yaml b/config.yaml index 07585b6..5082690 100644 --- a/config.yaml +++ b/config.yaml @@ -21,7 +21,6 @@ params: poweredby: false # Show powered by hugo in footer # searchLimit: 20 # Max number of search hits, default 20. sidebar: false # Show a sidebar to the right - realfavicongenerator: true plausibleSiteID: "nolog.cz" # Plausible site id/domain. plausibleTrackerURL: "https://plausible.nolog.cz/js/plausible.js" # Plausible url, schemaless and no slash on end. Optional, defaults to "plausible.io/…" diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index dd16a0b..7e06fd3 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -12,7 +12,6 @@ {{ with $.Param "image" }}{{ end }} {{ hugo.Generator }} - {{ with site.Params.piwikTrackerUrl }}{{ end }} {{ with $.Param "microusername" }}{{ end }} @@ -22,9 +21,7 @@ {{ end -}} {{ end -}} - -{{ if $.Param "realfavicongenerator" -}} - - + + + -{{ end -}} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png deleted file mode 100644 index 4a21e56..0000000 Binary files a/static/android-chrome-192x192.png and /dev/null differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png deleted file mode 100644 index 458d1bc..0000000 Binary files a/static/android-chrome-512x512.png and /dev/null differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png index a44f260..cfdc749 100644 Binary files a/static/apple-touch-icon.png and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml deleted file mode 100644 index e8b57e5..0000000 --- a/static/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #b91d47 - - - diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png deleted file mode 100644 index a81dfd1..0000000 Binary files a/static/favicon-16x16.png and /dev/null differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png deleted file mode 100644 index 19e9cc7..0000000 Binary files a/static/favicon-32x32.png and /dev/null differ diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index f2a5518..0000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..ee76ef4 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..0e5f1fd --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/icon-192.png b/static/icon-192.png new file mode 100644 index 0000000..3ff0ee4 Binary files /dev/null and b/static/icon-192.png differ diff --git a/static/icon-512.png b/static/icon-512.png new file mode 100644 index 0000000..7762cb9 Binary files /dev/null and b/static/icon-512.png differ diff --git a/static/mstile-144x144.png b/static/mstile-144x144.png deleted file mode 100644 index b26b99a..0000000 Binary files a/static/mstile-144x144.png and /dev/null differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png deleted file mode 100644 index a5444c4..0000000 Binary files a/static/mstile-150x150.png and /dev/null differ diff --git a/static/mstile-310x150.png b/static/mstile-310x150.png deleted file mode 100644 index 9173720..0000000 Binary files a/static/mstile-310x150.png and /dev/null differ diff --git a/static/mstile-310x310.png b/static/mstile-310x310.png deleted file mode 100644 index 21a448b..0000000 Binary files a/static/mstile-310x310.png and /dev/null differ diff --git a/static/mstile-70x70.png b/static/mstile-70x70.png deleted file mode 100644 index 7326123..0000000 Binary files a/static/mstile-70x70.png and /dev/null differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg deleted file mode 100644 index dc3fe4d..0000000 --- a/static/safari-pinned-tab.svg +++ /dev/null @@ -1,39 +0,0 @@ - - - - -Created by potrace 1.14, written by Peter Selinger 2001-2017 - - - - - - - - - - diff --git a/static/site.webmanifest b/static/site.webmanifest index 46964a1..b265a16 100644 --- a/static/site.webmanifest +++ b/static/site.webmanifest @@ -1,18 +1,18 @@ { - "name": "NoLog.cz", - "short_name": "NoLog.cz", - "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" + "name": "NoLog.cz", + "short_name": "NoLog.cz", + "icons": [ + { + "src": "/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff" }