This commit is contained in:
2025-12-05 10:30:26 +01:00
parent dffbc5bda0
commit 12d666d857
4 changed files with 608 additions and 590 deletions

View File

@@ -3,9 +3,9 @@ backend:
repo: StartIT/mantelzorgwoning.info repo: StartIT/mantelzorgwoning.info
branch: main branch: main
app_id: e259dcce-d5d7-48cc-a401-f458548c8e28 app_id: e259dcce-d5d7-48cc-a401-f458548c8e28
api_root: https://git.start-it.nl/api/v1
base_url: https://git.start-it.nl base_url: https://git.start-it.nl
auth_endpoint: /login/oauth/authorize auth_endpoint: https://git.start-it.nl/login/oauth/authorize
api_root: /api/v1
media_folder: "static/images" media_folder: "static/images"
public_folder: "/images" public_folder: "/images"
@@ -13,7 +13,10 @@ public_folder: "/images"
collections: collections:
- name: "homepage" - name: "homepage"
label: "Homepage" label: "Homepage"
file: "content/_index.md" files:
- file: "content/_index.md"
name: "home"
label: "Homepage"
fields: fields:
- { label: "Titel", name: "title", widget: "string" } - { label: "Titel", name: "title", widget: "string" }

File diff suppressed because one or more lines are too long

View File

@@ -3,9 +3,9 @@ backend:
repo: StartIT/mantelzorgwoning.info repo: StartIT/mantelzorgwoning.info
branch: main branch: main
app_id: e259dcce-d5d7-48cc-a401-f458548c8e28 app_id: e259dcce-d5d7-48cc-a401-f458548c8e28
api_root: https://git.start-it.nl/api/v1
base_url: https://git.start-it.nl base_url: https://git.start-it.nl
auth_endpoint: /login/oauth/authorize auth_endpoint: https://git.start-it.nl/login/oauth/authorize
api_root: /api/v1
media_folder: "static/images" media_folder: "static/images"
public_folder: "/images" public_folder: "/images"
@@ -13,7 +13,10 @@ public_folder: "/images"
collections: collections:
- name: "homepage" - name: "homepage"
label: "Homepage" label: "Homepage"
file: "content/_index.md" files:
- file: "content/_index.md"
name: "home"
label: "Homepage"
fields: fields:
- { label: "Titel", name: "title", widget: "string" } - { label: "Titel", name: "title", widget: "string" }

File diff suppressed because one or more lines are too long