-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.yml
72 lines (64 loc) · 1.99 KB
/
data.yml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
app:
title: Alex Johnson | Software Engineer
faviconUrl: assets/react.svg
header:
# prettier-ignore
(( include ./src/data/header.yml ))
footer:
# prettier-ignore
(( include ./src/data/footer.yml ))
sections:
content:
- id: experience
title: Experience
timeline:
content:
- (( include ./src/data/experience/def_tech.yml ))
- (( include ./src/data/experience/abc_startup.yml ))
- (( include ./src/data/experience/xyz_corporation.yml ))
- id: education
title: Education
timeline:
content:
- (( include ./src/data/education/university.yml ))
- (( include ./src/data/education/college.yml ))
- (( include ./src/data/education/school.yml ))
- id: skills
title: Skills
collection:
content:
# prettier-ignore
(( include ./src/data/skills/skills.yml ))
- id: portfolio
title: Portfolio
catwalk:
content:
- work:
# prettier-ignore
(( include ./src/data/portfolio/an_app.yml ))
- work:
# prettier-ignore
(( include ./src/data/portfolio/a_website.yml ))
- work:
# prettier-ignore
(( include ./src/data/portfolio/an_app.yml ))
- work:
# prettier-ignore
(( include ./src/data/portfolio/a_website.yml ))
- work:
# prettier-ignore
(( include ./src/data/portfolio/an_app.yml ))
- id: contact
title: Contact
row:
content:
list:
content:
# prettier-ignore
(( include ./src/data/contact/contacts.yml ))
formspree:
id: abc
response: Thank you! I'll revert to you as soon as I can.
skills:
# prettier-ignore
(( include ./src/data/skills/all.yml ))