diff --git a/config/_default/params.toml b/config/_default/params.toml index deb9582e..0816c8d5 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -3,10 +3,9 @@ logoImage = "/new/mtf-wiki-long.svg" logoText = "MtF.wiki" logoType = "long" # long, short description = "MtF.wiki is committed to becoming a free, open, and continuously updated transgender knowledge integration site." - themeOptions = ["light", "dark"] -useFaviconGenerator = true # https://www.favicon-generator.org/ +#useFaviconGenerator = false # https://www.favicon-generator.org/ enableTocSwitch = true enableLandingBackground = false diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 00000000..fe4351a7 Binary files /dev/null and b/static/favicon.png differ diff --git a/static/logo.svg b/static/logo.svg new file mode 120000 index 00000000..716ef89d --- /dev/null +++ b/static/logo.svg @@ -0,0 +1 @@ +new/mtf-wiki-square.svg \ No newline at end of file diff --git a/static/manifest.json b/static/manifest.json index 05e8b904..2efaeb07 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,46 +8,9 @@ "start_url": "/", "icons": [ { - "src": "favicon/android-icon-36x36.png", - "sizes": "36x36", - "type": "image/png", - "density": "0.75" - }, - { - "src": "favicon/android-icon-48x48.png", - "sizes": "48x48", - "type": "image/png", - "density": "1.0" - }, - { - "src": "favicon/android-icon-72x72.png", - "sizes": "72x72", - "type": "image/png", - "density": "1.5" - }, - { - "src": "favicon/android-icon-96x96.png", - "sizes": "96x96", - "type": "image/png", - "density": "2.0" - }, - { - "src": "favicon/android-icon-144x144.png", - "sizes": "144x144", - "type": "image/png", - "density": "3.0" - }, - { - "src": "favicon/android-icon-192x192.png", - "sizes": "192x192", - "type": "image/png", - "density": "4.0" - }, - { - "src": "favicon/android-icon-512x512.png", + "src": "favicon.png", "sizes": "512x512", - "type": "image/png", - "density": "4.0" + "type": "image/png" } ], "theme_color": "#0071bc",