diff --git a/admin/config.yml b/admin/config.yml new file mode 100644 index 0000000..ab3a709 --- /dev/null +++ b/admin/config.yml @@ -0,0 +1,8 @@ +backend: + name: gitea + repo: hoernschen/website # Path to your Gitea repository + app_id: 6f1e6454-c3e7-42d2-aa8b-f2c0807bc084 # The Client ID provided by Gitea + api_root: https://code.nutfactory.org/api/v1 # API URL of your Gitea instance + base_url: https://code.nutfactory.org # Root URL of your Gitea instance + # optional, defaults to master + # branch: main diff --git a/admin/index.html b/admin/index.html new file mode 100644 index 0000000..4c02725 --- /dev/null +++ b/admin/index.html @@ -0,0 +1,13 @@ + + + + + + + Content Manager + + + + + + diff --git a/public.zip b/public.zip index 383d12b..7571ad4 100644 Binary files a/public.zip and b/public.zip differ