From 873c397b615256bde634c91d8564bd7c212a6e7b Mon Sep 17 00:00:00 2001 From: Kirik Date: Wed, 29 Oct 2025 00:22:02 +0100 Subject: [PATCH] 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 --- config.toml | 2 +- static/data/upcoming-trips.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index fba1e58..2b01d0f 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ languageCode = "ru" defaultContentLanguage = "ru" title = "Пока ты спал" -baseURL = "https://dev.saguaro-cactus.ru/" +baseURL = "https://sleeptrip.ru/" theme = "hugo-theme-massively" googleanalytics = "" disqusShortname = "" diff --git a/static/data/upcoming-trips.json b/static/data/upcoming-trips.json index 11a5057..505f23d 100644 --- a/static/data/upcoming-trips.json +++ b/static/data/upcoming-trips.json @@ -1,9 +1,9 @@ { "trips": [ { - "id": "september-2025", - "title": "Полёты в сентябре 2025 года", - "period": "Сентябрь 2025", + "id": "november-2025", + "title": "Полёты в ноябре 2025 года", + "period": "Ноябрь 2025", "description": "Полёты выходного дня во Владимирской / Московской / Тверской области.", "image": "https://s3.regru.cloud/sleeptrip-dev/images/Bursol_20240923_1.jpg", "meta": [ @@ -13,10 +13,10 @@ "order": 1 }, { - "id": "october-2025", - "title": "Полёты в октябре 2025 года", - "period": "Октябрь 2025", - "description": "Осенние полёты выходного дня во Владимирской / Московской / Тверской области.", + "id": "december-2025", + "title": "Полёты в декабре 2025 года", + "period": "Декабрь 2025", + "description": "Зимние полёты выходного дня во Владимирской / Московской / Тверской области.", "image": "https://s3.regru.cloud/sleeptrip-dev/images/Klin_20241005_1.jpg", "meta": [ "Выезд: рано утром (5-6 утра)" @@ -25,5 +25,5 @@ "order": 2 } ], - "last_updated": "2025-08-17T10:00:00Z" + "last_updated": "2025-10-29T00:00:00Z" } \ No newline at end of file