From d8f8b734199208504d1c9c3f6c0a88fc757126df Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 25 Oct 2023 14:56:16 +0900 Subject: [PATCH] edited post --- static/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/admin/config.yml b/static/admin/config.yml index 7c76084..b5930c4 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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' } \ No newline at end of file + - { label: 'Body', name: 'body', widget: 'markdown' }