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