Compare commits
5 Commits
8eafab3f03
..
mirror
| Author | SHA1 | Date | |
|---|---|---|---|
| a8dc13d406 | |||
| 3d5c3eb434 | |||
| 3721fb9e6b | |||
| d820a980c9 | |||
| a707ad6c6e |
@@ -1,4 +1,5 @@
|
|||||||
languageCode = "ru"
|
languageCode = "ru"
|
||||||
|
timeZone = "Europe/Moscow"
|
||||||
defaultContentLanguage = "ru"
|
defaultContentLanguage = "ru"
|
||||||
title = "Пока ты спал"
|
title = "Пока ты спал"
|
||||||
baseURL = "https://sleeptrip.ru/"
|
baseURL = "https://sleeptrip.ru/"
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
+++
|
||||||
|
title = "test444"
|
||||||
|
slug = "test-444"
|
||||||
|
date = "2026-04-28T23:58:00"
|
||||||
|
description = "test444"
|
||||||
|
image = "https://s3.regru.cloud/sleeptrip-dev/images/3910199-1735018691.png"
|
||||||
|
+++
|
||||||
|
|
||||||
|
test 444
|
||||||
|
|
||||||
|
444
|
||||||
|
|
||||||
|

|
||||||
@@ -1,28 +0,0 @@
|
|||||||
backend:
|
|
||||||
name: gitea
|
|
||||||
repo: ptpadmin/ptp
|
|
||||||
branch: mirror
|
|
||||||
api_root: https://git.ptp.saguaro-cactus.ru/api/v1
|
|
||||||
server: https://git.ptp.saguaro-cactus.ru
|
|
||||||
auth_type: pkce
|
|
||||||
app_id: 6be1691d-ea91-448e-acfa-016f57c976d6
|
|
||||||
|
|
||||||
media_folder: static/images/uploads
|
|
||||||
public_folder: /images/uploads
|
|
||||||
locale: ru
|
|
||||||
|
|
||||||
collections:
|
|
||||||
- name: post
|
|
||||||
label: Посты / Поездки
|
|
||||||
label_singular: Пост
|
|
||||||
folder: content/post
|
|
||||||
create: true
|
|
||||||
format: toml-frontmatter
|
|
||||||
extension: md
|
|
||||||
fields:
|
|
||||||
- { label: Заголовок, name: title, widget: string }
|
|
||||||
- { label: Slug (URL), name: slug, widget: string }
|
|
||||||
- { label: Дата, name: date, widget: datetime, format: 'YYYY-MM-DDTHH:mm:ss', default: '' }
|
|
||||||
- { label: Описание (анонс), name: description, widget: string }
|
|
||||||
- { label: Обложка (URL из S3), name: image, widget: string, required: false }
|
|
||||||
- { label: Контент, name: body, widget: markdown }
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta charset=utf-8 />
|
|
||||||
<meta name=viewport content=width=device-width, initial-scale=1.0 />
|
|
||||||
<meta name=robots content=noindex />
|
|
||||||
<title>PTP Admin</title>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@sveltia/cms/dist/sveltia-cms.js"></script>
|
|
||||||
</head>
|
|
||||||
<body></body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user