-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpageConfig.json
More file actions
42 lines (42 loc) · 1.45 KB
/
Copy pathpageConfig.json
File metadata and controls
42 lines (42 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"articlePaths": ["/posts/", "/projects/"],
"profile": {
"name": "John Doe",
"description": "As a front end developer, I have experience working with a variety of technologies and am skilled in creating responsive, dynamic interfaces that are easy to navigate on different devices. I am passionate about creating user-centered experiences and strive to stay up-to-date with the latest developments in front end technologies."
},
"experience": [
{
"title": "Front End Developer",
"company": "Company Name",
"dateFrom": "2018-01-01",
"dateTo": "2019-01-01",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod, nisl nec lacinia tincidunt, nunc orci aliquam nisl, vitae ultricies nisl nunc eget lorem. Sed euismod, nisl nec lacinia tincidunt, nunc orci aliquam nisl, vitae ultricies nisl nunc eget lorem."
},
{
"title": "Front End Developer",
"company": "Company Name 2",
"dateFrom": "2019-01-01"
}
],
"skills": {
"Front-end": ["HTML", "CSS", "JavaScript"],
"Back-end": ["Node.js", "Express.js", "MongoDB"],
"Other": ["Git", "GitHub", "Markdown"]
},
"contact": [
{
"name": "Twitter",
"href": "https://twitter.com/username"
},
{
"name": "GitHub",
"href": "https://github.com/jhon-doe"
},
{
"name": "Email",
"href": "mailto:your_email@gmail.com"
}
],
"postsLimit": 3,
"projectsLimit": 3
}