This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
_prose.yml
83 lines (83 loc) · 2.19 KB
/
_prose.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
73
74
75
76
77
78
79
80
81
82
83
prose:
rooturl: 'source'
ignore: ['index.md', '404.md', 'experience.md', 'education.md']
media: 'source/images'
metadata:
'source/experience':
- name: 'title'
field:
element: 'text'
label: 'Job Title'
placeholder: 'Software Programmer'
type: 'text'
- name: 'subtitle'
field:
element: 'text'
label: 'Workplace'
placeholder: 'MetaCortex'
type: 'text'
- name: 'url'
field:
element: 'text'
label: 'Workplace website'
placeholder: 'http://metacortex.info'
type: 'text'
- name: 'startDate'
field:
element: 'text'
label: 'Start Date'
help: 'YYYY-MM-DD'
placeholder: '1997-09-13'
type: 'text'
- name: 'endDate'
field:
element: 'text'
label: 'End Date'
help: 'leave blank for current position'
placeholder: '1999-03-31'
type: 'text'
- name: 'location'
field:
element: 'text'
label: 'Location'
placeholder: 'Capitol City, USA'
type: 'text'
'source/education':
- name: 'title'
field:
element: 'text'
label: 'Degree'
placeholder: 'High School Diploma'
type: 'text'
- name: 'subtitle'
field:
element: 'text'
label: 'Institution'
placeholder: 'Owen Patterson H.S.'
type: 'text'
- name: 'url'
field:
element: 'text'
label: 'Institution website'
placeholder: 'http://owenpattersonhs.edu'
type: 'text'
- name: 'startDate'
field:
element: 'text'
label: 'Start Date'
help: 'YYYY-MM-DD'
placeholder: '1985-08-10'
type: 'text'
- name: 'endDate'
field:
element: 'text'
label: 'End Date'
help: 'leave blank for current'
placeholder: '1989-05-30'
type: 'text'
- name: 'location'
field:
element: 'text'
label: 'Location'
placeholder: 'Capitol City, USA'
type: 'text'