From daaae3a13f1112b631b4643a53e50833dca655d4 Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Mon, 15 Jan 2024 17:06:29 +0100 Subject: [PATCH] test static cms --- admin/config.yml | 8 ++++++++ admin/index.html | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 admin/config.yml create mode 100644 admin/index.html diff --git a/admin/config.yml b/admin/config.yml new file mode 100644 index 0000000..d7797fe --- /dev/null +++ b/admin/config.yml @@ -0,0 +1,8 @@ +backend: + name: gitea + repo: maximeg/palettetest # Path to your Gitea repository + app_id: bfbd2107-f7a5-42be-8901-589294019980 # The Client ID provided by Gitea + 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 diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000..cd759ec --- /dev/null +++ b/admin/index.html @@ -0,0 +1,16 @@ + + + + + + + Content Manager + + + + + + + \ No newline at end of file