11ty-resume/data.example.js

37 lines
577 B
JavaScript

const experiences = [
{
"title": "",
"description": "",
"role": "",
"location": "",
"link": "",
"content": [],
"dates": {
"start": 2021,
"end": 2021
}
}
]
const projects = [
{
"title": "",
"description": "",
"content": [],
"links": [
{
"title": "",
"link": "",
"icon": ""
}
]
}
]
const skills = [
{
"title": "",
"description": ""
}
]