edited post

This commit is contained in:
Morgan 2023-10-25 14:56:16 +09:00
parent 662489f8ce
commit d8f8b73419
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
backend:
name: gitea
repo: morgan/blog # Path to your Gitea repository
app_id: 44833abf-8355-4416-becc-daa5ea1ffe59 # The Client ID provided by Gitea
app_id: 64d5b875-e747-4176-b545-ce7a3b0c7f16
api_root: https://git.morgan.kr/api/v1 # API URL of your Gitea instance
base_url: https://git.morgan.kr # Root URL of your Gitea instance
# optional, defaults to master
@ -22,4 +22,4 @@ collections:
- { 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' }
- { label: 'Body', name: 'body', widget: 'markdown' }