From 552a26c221e90d0e330ed9aa0360db5af946b5e5 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Mon, 15 Jan 2024 17:21:00 +0100 Subject: [PATCH] test config staticCMS --- admin/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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