avecsante.app/static/admin/config.yml

23 lines
789 B
YAML
Raw Normal View History

2023-12-05 16:24:03 +01:00
backend:
name: gitea
repo: p4pillon/avecsante.app # Path to your Gitea repository
app_id: 15f9538f-2258-416a-8827-3035e8adc4df
api_root: https://forge.p4pillon.org/api/v1 # API URL of your Gitea instance
base_url: https://forge.p4pillon.org # Root URL of your Gitea instance
branch: main
media_folder: static/img
public_folder: /img
collections:
- name: 'docs'
label: 'Docs'
folder: 'content/docs'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
editor:
preview: true
fields:
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Description', name: 'description', widget: 'string' }
- { label: 'Body', name: 'body', widget: 'markdown' }