From f7273cdc0b800cbe2b3c42260388cd69f2bbe6c7 Mon Sep 17 00:00:00 2001 From: Noah Date: Mon, 10 Feb 2025 10:10:06 -0600 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/collections/YASL.json | 19 ------------------- .mattrbld/collections/experiences.json | 2 +- .mattrbld/collections/projects.json | 2 +- .mattrbld/collections/skills.json | 2 +- data/.gitkeep | 0 data/experiences/.gitkeep | 0 data/projects/.gitkeep | 0 data/skills/.gitkeep | 0 8 files changed, 3 insertions(+), 22 deletions(-) delete mode 100644 .mattrbld/collections/YASL.json create mode 100644 data/.gitkeep create mode 100644 data/experiences/.gitkeep create mode 100644 data/projects/.gitkeep create mode 100644 data/skills/.gitkeep diff --git a/.mattrbld/collections/YASL.json b/.mattrbld/collections/YASL.json deleted file mode 100644 index 19b0118..0000000 --- a/.mattrbld/collections/YASL.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "allowedTypes": null, - "dir": "/skills", - "disableComments": false, - "disablePreview": false, - "draftByDefault": false, - "schemas": [ - "/.mattrbld/schemas/Skills.json" - ], - "linkable": false, - "maxSize": null, - "permissions": { - "everybody": [ - "everything" - ] - }, - "type": "json", - "urlTemplate": "" -} \ No newline at end of file diff --git a/.mattrbld/collections/experiences.json b/.mattrbld/collections/experiences.json index 3b47d95..a404454 100644 --- a/.mattrbld/collections/experiences.json +++ b/.mattrbld/collections/experiences.json @@ -1,6 +1,6 @@ { "allowedTypes": null, - "dir": "/experiences", + "dir": "/data/experiences", "disableComments": false, "disablePreview": false, "draftByDefault": false, diff --git a/.mattrbld/collections/projects.json b/.mattrbld/collections/projects.json index 668fec0..43f5909 100644 --- a/.mattrbld/collections/projects.json +++ b/.mattrbld/collections/projects.json @@ -1,6 +1,6 @@ { "allowedTypes": null, - "dir": "/projects", + "dir": "/data/projects", "disableComments": false, "disablePreview": false, "draftByDefault": false, diff --git a/.mattrbld/collections/skills.json b/.mattrbld/collections/skills.json index 19b0118..d5286f7 100644 --- a/.mattrbld/collections/skills.json +++ b/.mattrbld/collections/skills.json @@ -1,6 +1,6 @@ { "allowedTypes": null, - "dir": "/skills", + "dir": "/data/skills", "disableComments": false, "disablePreview": false, "draftByDefault": false, diff --git a/data/.gitkeep b/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/data/experiences/.gitkeep b/data/experiences/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/data/projects/.gitkeep b/data/projects/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/data/skills/.gitkeep b/data/skills/.gitkeep new file mode 100644 index 0000000..e69de29