Optimize background image and clean up test content

- Convert DESKTOP_NEW_1.jpg (4.5MB) to DESKTOP_NEW_1.webp (571KB)
- Reduce dimensions from 5418x3070 to 1920x1088
- 87% size reduction for faster page load
- Update config.toml to use optimized WebP background
- Remove test text from map.md page
This commit is contained in:
Kirik
2025-10-27 17:02:42 +01:00
parent f14437c45d
commit 956ce4b8f9
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ disableKinds = ["taxonomy", "term"]
favicon = "https://s3.regru.cloud/sleeptrip-dev/images/favicon.ico" favicon = "https://s3.regru.cloud/sleeptrip-dev/images/favicon.ico"
# set to change date format # set to change date format
dateFormat = "2 January 2006" dateFormat = "2 January 2006"
backgroundPath = "images/DESKTOP_NEW_1.jpg" backgroundPath = "images/DESKTOP_NEW_1.webp"
# Below parameters can be set to override default post settings # Below parameters can be set to override default post settings
# [params.posts] # [params.posts]
-2
View File
@@ -10,5 +10,3 @@ disableComments = true
{{< rawhtml >}} {{< rawhtml >}}
<script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A77187bdb95bee620ff3ba0b321fcb359dc2750eb2dd0c916a37468fdf08ef30a&amp;width=100%25&amp;height=400&amp;lang=ru_RU&amp;scroll=true"></script> <script type="text/javascript" charset="utf-8" async src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A77187bdb95bee620ff3ba0b321fcb359dc2750eb2dd0c916a37468fdf08ef30a&amp;width=100%25&amp;height=400&amp;lang=ru_RU&amp;scroll=true"></script>
{{< /rawhtml >}} {{< /rawhtml >}}
Тестовый текст для проверки git.
Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB