Update calendar to Nov/Dec 2025 and migrate to sleeptrip.ru

- Replace September/October trips with November/December 2025
- Update config.toml baseURL to sleeptrip.ru
- Form options will load dynamically from updated JSON
This commit is contained in:
Kirik
2025-10-29 00:22:02 +01:00
parent 92fd2c18a7
commit 873c397b61
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
languageCode = "ru" languageCode = "ru"
defaultContentLanguage = "ru" defaultContentLanguage = "ru"
title = "Пока ты спал" title = "Пока ты спал"
baseURL = "https://dev.saguaro-cactus.ru/" baseURL = "https://sleeptrip.ru/"
theme = "hugo-theme-massively" theme = "hugo-theme-massively"
googleanalytics = "" googleanalytics = ""
disqusShortname = "" disqusShortname = ""
+8 -8
View File
@@ -1,9 +1,9 @@
{ {
"trips": [ "trips": [
{ {
"id": "september-2025", "id": "november-2025",
"title": "Полёты в сентябре 2025 года", "title": "Полёты в ноябре 2025 года",
"period": "Сентябрь 2025", "period": "Ноябрь 2025",
"description": "Полёты выходного дня во Владимирской / Московской / Тверской области.", "description": "Полёты выходного дня во Владимирской / Московской / Тверской области.",
"image": "https://s3.regru.cloud/sleeptrip-dev/images/Bursol_20240923_1.jpg", "image": "https://s3.regru.cloud/sleeptrip-dev/images/Bursol_20240923_1.jpg",
"meta": [ "meta": [
@@ -13,10 +13,10 @@
"order": 1 "order": 1
}, },
{ {
"id": "october-2025", "id": "december-2025",
"title": "Полёты в октябре 2025 года", "title": "Полёты в декабре 2025 года",
"period": "Октябрь 2025", "period": "Декабрь 2025",
"description": "Осенние полёты выходного дня во Владимирской / Московской / Тверской области.", "description": "Зимние полёты выходного дня во Владимирской / Московской / Тверской области.",
"image": "https://s3.regru.cloud/sleeptrip-dev/images/Klin_20241005_1.jpg", "image": "https://s3.regru.cloud/sleeptrip-dev/images/Klin_20241005_1.jpg",
"meta": [ "meta": [
"Выезд: рано утром (5-6 утра)" "Выезд: рано утром (5-6 утра)"
@@ -25,5 +25,5 @@
"order": 2 "order": 2
} }
], ],
"last_updated": "2025-08-17T10:00:00Z" "last_updated": "2025-10-29T00:00:00Z"
} }