From a7702c428949ad2968ef5d6f8d8248dbe1b9bda4 Mon Sep 17 00:00:00 2001 From: Noah Date: Sat, 8 Feb 2025 09:32:49 -0600 Subject: [PATCH] Update content through Mattrbld --- .mattrbld/collections/Skills.json | 2 +- .mattrbld/config.json | 11 +++++++++++ skills/React.json | 6 ++++++ skills/Terraform.json | 6 ++++++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 skills/React.json create mode 100644 skills/Terraform.json diff --git a/.mattrbld/collections/Skills.json b/.mattrbld/collections/Skills.json index 9f16918..19b0118 100644 --- a/.mattrbld/collections/Skills.json +++ b/.mattrbld/collections/Skills.json @@ -1,6 +1,6 @@ { "allowedTypes": null, - "dir": null, + "dir": "/skills", "disableComments": false, "disablePreview": false, "draftByDefault": false, diff --git a/.mattrbld/config.json b/.mattrbld/config.json index 0ccf583..83591dd 100644 --- a/.mattrbld/config.json +++ b/.mattrbld/config.json @@ -45,6 +45,17 @@ }, "onlyPrivileged": true, "protected": true + }, + { + "icon": "bullet-list", + "label": "Skills", + "target": { + "name": "Project.Collection", + "params": { + "path": "/.mattrbld/collections/Skills.json" + } + }, + "showInDashboard": true } ], "slugifyOptions": null, diff --git a/skills/React.json b/skills/React.json new file mode 100644 index 0000000..3e83e20 --- /dev/null +++ b/skills/React.json @@ -0,0 +1,6 @@ +{ + "select": "Experienced", + "select-1": "Front-End Web Development", + "text": "React", + "___mb_schema": "/.mattrbld/schemas/Skills.json" +} \ No newline at end of file diff --git a/skills/Terraform.json b/skills/Terraform.json new file mode 100644 index 0000000..0e5d82c --- /dev/null +++ b/skills/Terraform.json @@ -0,0 +1,6 @@ +{ + "select": "Experienced", + "select-1": "Infrastructure as Code", + "text": null, + "___mb_schema": "/.mattrbld/schemas/Skills.json" +} \ No newline at end of file