-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path_prose.yml
64 lines (64 loc) · 2.04 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
prose:
rooturl: '_posts'
siteurl: 'https://biorobotics.github.io/lab_website'
relativeLinks: 'https://biorobotics.github.io/lab_website/links.jsonp'
media: img/posts/
metadata:
_posts:
- name: "image"
field:
label: "Image (Required)"
element: "text"
value: "img/posts/default.png"
- name: "categories"
field:
element: "select"
label: "Select Category (Required)"
placeholder: "Choose Tags"
options:
- name: "Research"
value: research
- name: "Robots"
value: robots
- name: "Applications"
value: applications
- name: "title"
field:
element: "text"
label: "Title (Required)"
value: ""
- name: "date"
field:
element: "text"
label: "Publish Date"
value: CURRENT_DATETIME
- name: "tags"
field:
element: "multiselect"
label: "Add Tags"
placeholder: "Choose Tags"
options:
- name: "Medical Robotics"
value: "medical_robotics"
- name: "Full Stack Autonomy"
value: "full_stack_autonomy"
- name: "Space Robotics"
value: "space_robotics"
- name: "Underwater Robotics"
value: "underwater_robotics"
- name: "Recycling Robotics"
value: "recycling_robotics"
- name: "Modular Robotics"
value: "modular_robotics"
- name: "Multi-Agent Planning"
value: "multi-agent_planning"
- name: "Manufacturing"
value: "manufacturing"
- name: "Locomoting Systems"
value: "locomoting_systems"
- name: "Confined Space Robotics"
value: "confined_space_robotics"
- name: "Expeditionary Robotics"
value: "expeditionary_robotics"
- name: "Skill Learning"
value: "skill_learning"