Update content through Mattrbld
This commit is contained in:
19
.mattrbld/collections/profile.json
Normal file
19
.mattrbld/collections/profile.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"allowedTypes": null,
|
||||||
|
"dir": "/data/profile",
|
||||||
|
"disableComments": false,
|
||||||
|
"disablePreview": false,
|
||||||
|
"draftByDefault": false,
|
||||||
|
"schemas": [
|
||||||
|
"/.mattrbld/schemas/Profile.json"
|
||||||
|
],
|
||||||
|
"linkable": false,
|
||||||
|
"maxSize": null,
|
||||||
|
"permissions": {
|
||||||
|
"everybody": [
|
||||||
|
"everything"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"type": "json",
|
||||||
|
"urlTemplate": ""
|
||||||
|
}
|
||||||
@@ -48,6 +48,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"separator": true
|
"separator": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"icon": "user",
|
||||||
|
"label": "Profile",
|
||||||
|
"target": {
|
||||||
|
"name": "Project.Collection",
|
||||||
|
"params": {
|
||||||
|
"path": "/.mattrbld/collections/profile.json"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"slugifyOptions": null,
|
"slugifyOptions": null,
|
||||||
|
|||||||
@@ -558,6 +558,32 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "image",
|
||||||
|
"default": null,
|
||||||
|
"icon": "image",
|
||||||
|
"key": "image",
|
||||||
|
"label": "Image",
|
||||||
|
"options": {
|
||||||
|
"resolutionHint": "",
|
||||||
|
"removable": true,
|
||||||
|
"simple": false
|
||||||
|
},
|
||||||
|
"tab": "Intro",
|
||||||
|
"validation": {
|
||||||
|
"max": null,
|
||||||
|
"required": false,
|
||||||
|
"unit": "filesize (MB)"
|
||||||
|
},
|
||||||
|
"value": null,
|
||||||
|
"version": 1,
|
||||||
|
"visibility": {
|
||||||
|
"hidden": false,
|
||||||
|
"showByValue": {
|
||||||
|
"field": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"default": null,
|
"default": null,
|
||||||
|
|||||||
@@ -2,10 +2,19 @@
|
|||||||
"experiences": [
|
"experiences": [
|
||||||
{
|
{
|
||||||
"jobTitle": "Senior Software Engineer",
|
"jobTitle": "Senior Software Engineer",
|
||||||
"company": "Target",
|
"company": "Sensonix, Inc.",
|
||||||
"location": "Minneapolis, Minnesota",
|
"location": "Plymouth, Minnesota",
|
||||||
"startDate": "December 2019",
|
"startDate": "April 2023",
|
||||||
"endDate": "February 2021"
|
"endDate": "Present",
|
||||||
|
"details": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"jobTitle": "Senior Software Engineer",
|
||||||
|
"company": "Amano McGann, Inc.",
|
||||||
|
"location": "Roseville, Minnesota",
|
||||||
|
"startDate": "July 2022",
|
||||||
|
"endDate": "April 2023",
|
||||||
|
"details": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"education": [
|
"education": [
|
||||||
@@ -14,7 +23,58 @@
|
|||||||
"location": "Saint Paul, Minnesota",
|
"location": "Saint Paul, Minnesota",
|
||||||
"degree": "Bachelor of Arts",
|
"degree": "Bachelor of Arts",
|
||||||
"fieldOfStudy": "Technical Communication"
|
"fieldOfStudy": "Technical Communication"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"school": "Century College",
|
||||||
|
"location": "White Bear Lake, Minnesota",
|
||||||
|
"degree": "Associate of Arts",
|
||||||
|
"fieldOfStudy": "Liberal Arts"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"___mb_schema": "/.mattrbld/schemas/profile.json"
|
"about": "\\## This is some markdown.",
|
||||||
|
"firstName": "Noah",
|
||||||
|
"lastName": "Spannbauer",
|
||||||
|
"image": null,
|
||||||
|
"title": "Senior Software Engineer",
|
||||||
|
"location": "Minneapolis, Minnesota, United States",
|
||||||
|
"skills": [
|
||||||
|
{
|
||||||
|
"group": "Front-End Web Development",
|
||||||
|
"category": "Experienced",
|
||||||
|
"skills": [
|
||||||
|
"React",
|
||||||
|
null
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Infrastructure as Code",
|
||||||
|
"category": "Experienced",
|
||||||
|
"skills": [
|
||||||
|
"Terraform"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Continuous Integration/Continuous Delivery",
|
||||||
|
"category": "Experienced",
|
||||||
|
"skills": [
|
||||||
|
"Argo CD"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Containerization",
|
||||||
|
"category": "Experienced",
|
||||||
|
"skills": [
|
||||||
|
"Docker",
|
||||||
|
"Kubernetes"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "Messaging",
|
||||||
|
"category": "Experienced",
|
||||||
|
"skills": [
|
||||||
|
"RabbitMQ"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"___mb_schema": "/.mattrbld/schemas/Profile.json"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user