From 9ea1020f5b957c096247b0ad8e6b8630fea1389b Mon Sep 17 00:00:00 2001 From: nicholas Date: Tue, 5 Mar 2024 18:45:44 +0000 Subject: [PATCH] Add media folder --- site/admin/config.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/site/admin/config.yml b/site/admin/config.yml index 546a24f..661dee6 100644 --- a/site/admin/config.yml +++ b/site/admin/config.yml @@ -1,3 +1,7 @@ +site_url: https://docs.bigyellowfish.com +publish_mode: simple +search: false + backend: name: gitea repo: nicholas/docsify # Path to your Gitea repository @@ -7,8 +11,18 @@ backend: auth_endpoint: https://gitea.bigyellowfish.com/login/oauth/authorize # optional, defaults to master # branch: main + commit_messages: + create: Create {{collection}} “{{slug}}” + update: Update {{collection}} “{{slug}}” + delete: Delete {{collection}} “{{slug}}” + uploadMedia: Upload “{{path}}” + deleteMedia: Delete “{{path}}” + openAuthoring: '{{message}}' + + + + media_folder: "assets/images" -site_url: https://docs.bigyellowfish.com collections: