test config staticCMS
This commit is contained in:
parent
daaae3a13f
commit
552a26c221
1 changed files with 6 additions and 1 deletions
|
@ -6,3 +6,8 @@ backend:
|
|||
base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance
|
||||
# optional, defaults to main
|
||||
# branch: main
|
||||
media_folder: "static/images/uploads"
|
||||
collections:
|
||||
- name: posts
|
||||
identifier_field: name
|
||||
folder: _posts/blog
|
Loading…
Reference in a new issue