diff --git a/admin/config.yml b/admin/config.yml index d7797fe..c0bcf36 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -5,4 +5,9 @@ backend: api_root: https://git.deuxfleurs.fr/api # API URL of your Gitea instance base_url: https://git.deuxfleurs.fr # Root URL of your Gitea instance # optional, defaults to main - # branch: main \ No newline at end of file + # branch: main +media_folder: "static/images/uploads" +collections: + - name: posts + identifier_field: name + folder: _posts/blog \ No newline at end of file