Добавление фавиконов

This commit is contained in:
ada
2025-08-19 14:07:47 +03:00
parent ad8c61c900
commit a88aef78e8
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ description: "Заметки, мысли и проекты"
url: "https://dg.ada-dev.ru" # твой домен
baseurl: "" # если сайт в корне домена
lang: ru-RU
favicon: /assets/images/favicons/favicon.ico
# --- Тема ---
remote_theme: "mmistakes/minimal-mistakes"
+7
View File
@@ -0,0 +1,7 @@
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/images/favicon/apple-touch-icon.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ '/assets/images/favicon/favicon-32x32.png' | relative_url }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ '/assets/images/favicon/favicon-16x16.png' | relative_url }}">
<link rel="manifest" href="{{ '/assets/images/favicon/site.webmanifest' | relative_url }}">
<link rel="shortcut icon" href="{{ '/assets/images/favicon/favicon.ico' | relative_url }}">
<meta name="theme-color" content="#ffffff">
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

+1
View File
@@ -0,0 +1 @@
{"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"}