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:
+1
-1
@@ -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]
|
||||||
|
|||||||
@@ -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&width=100%25&height=400&lang=ru_RU&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&width=100%25&height=400&lang=ru_RU&scroll=true"></script>
|
||||||
{{< /rawhtml >}}
|
{{< /rawhtml >}}
|
||||||
|
|
||||||
Тестовый текст для проверки git.
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 571 KiB |
Reference in New Issue
Block a user