new: Automatically pull Markdown files from Tencent Cloud COS

This commit is contained in:
2024-12-17 22:12:12 +08:00
parent 959cef6a2a
commit 95f4496ab6
10 changed files with 168 additions and 11 deletions

View File

@@ -1,6 +1,17 @@
# app config #
host: 0.0.0.0
port: 8080
storage:
src: _post/src
dst: _post/dst
type: COS
cos:
appid:
bucket:
region:
secret_id:
secret_key:
save_path:
template: templates/default
# site config #