From af9a065092bcaee63a01ae5d114f1c3a66a5560d Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 25 Nov 2023 15:56:23 -0300 Subject: [PATCH] Remove decap cms --- public/admin/config.yml | 21 --------------------- public/admin/index.html | 16 ---------------- 2 files changed, 37 deletions(-) delete mode 100644 public/admin/config.yml delete mode 100644 public/admin/index.html diff --git a/public/admin/config.yml b/public/admin/config.yml deleted file mode 100644 index 756bebe..0000000 --- a/public/admin/config.yml +++ /dev/null @@ -1,21 +0,0 @@ -backend: - name: gitea - repo: aleidk/blog-content - app_id: baae6ee4-8fa3-4e14-9523-130a006d2478 - api_root: 'https://codeberg.org/api/v1' - base_url: 'https://codeberg.org' - branch: main -media_folder: src/content/attachments -collections: - - name: posts - label: Blog Posts - folder: src/pages/blog - create: true - delete: true - fields: - - name: title - widget: string - label: Post Title - - name: body - widget: markdown - label: Post Body diff --git a/public/admin/index.html b/public/admin/index.html deleted file mode 100644 index 0c28d04..0000000 --- a/public/admin/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - Content Manager - - - - - - - -