Add Sveltia CMS configuration and admin interface files

This commit is contained in:
2026-08-26 21:53:25 +02:00
parent c6ec23e98a
commit 474ca42172
2 changed files with 31 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# yaml-language-server: $schema=https://unpkg.com/@sveltia/cms/schema/sveltia-cms.json
backend:
name: gitea
repo: Chill-project/manuals
base_url: https://gitea.champs-libres.be
api_root: https://gitea.champs-libres.be/api/v1
media_folder: /user/docs
# public_folder: /user/site/media
collections:
- name: docs
label: Documentations
label_singular: Documentation
folder: /user/docs
format: raw
extension: md
fields:
- { label: Body, name: body, widget: markdown }