-
Notifications
You must be signed in to change notification settings - Fork 61
/
_prose.yml
187 lines (187 loc) · 5.57 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
prose:
metadata:
projects/_posts:
- name: "layout"
field:
element: "hidden"
value: "project"
- name: "title"
field:
element: "text"
label: "title"
value: "Awesome Data Visualizer"
- name: "slug"
field:
element: "text"
help: "URL-friendly version of the title (e.g. awesome-data-visualizer)"
label: "Slug*"
- name: "permalink"
field:
element: "text"
help: "Format: /projects/awesome-data-visualizer/index.html"
label: "Permalink*"
value: "/projects/{replace me}/index.html"
- name: "type"
field:
alterable: true
element: "multiselect"
label: "Project Type"
placeholder: "Click to add type"
options:
- name: library
value: library
- name: data
value: data
- name: webapp
value: webapp
- name: running service
value: running service
- name: tool
value: tool
- name: "author"
field:
element: "text"
help: "Author name"
placeholder: "Joe Bloggs"
- name: "contributors"
field:
element: "text"
help: "Contributor(s) <a href='http://okfnlabs.org/members/signup/'>OKFNLabs username</a>"
label: "Contributors"
value: ""
- name: "featured"
field:
element: "checkbox"
help: "Should this project be featured on projects page?"
label: "Featured"
- name: "helpwanted"
field:
element: "checkbox"
help: "Are you asking for help with this project?"
label: "Help"
- name: "typeofhelp"
field:
alterable: true
element: "multiselect"
label: "Type of Help Needed"
placeholder: "Click to add type"
options:
- name: Coding
value: coding
- name: Data Analysis
value: data analysis
- name: Data Wrangling
value: data wrangling
- name: Testing
value: testing
- name: Documenting
value: documenting
- name: Blogging
value: blogging
- name: Evangelism
value: evangelism
- name: Project Managing
value: project managing
- name: "github_repo"
field:
element: "text"
help: "Enter the GitHub repository name"
label: "GitHub Repository"
placeholder: "awesome-data-visualizer"
- name: "github_user"
field:
element: "text"
help: "Enter the name of the GitHub user who owns the repository (e.g. okfn)"
label: "GitHub User"
value: "okfn"
- name: "projecturl"
field:
element: "text"
help: "URL of an external project webpage (e.g. http://awesomedatavisualizer.org)"
label: "Project URL"
placeholder: "http://"
- name: "imageurl"
field:
element: "text"
help: "URL of a project image or logo of around 235px by 150px"
label: "Image URL"
placeholder: "http://"
- name: "language"
field:
alterable: true
element: "multiselect"
label: "Languages"
help: "List of languages this project uses"
placeholder: "Click to add languages"
options:
- name: JavaScript
value: JavaScript
- name: HTML
value: HTML
- name: Python
value: Python
- name: CoffeeScript
value: CoffeeScript
- name: CSS
value: CSS
- name: Objective-C
value: Objective-C
- name: Swift
value: Swift
- name: PHP
value: PHP
- name: Dockerfile
value: Dockerfile
- name: Perl
value: Perl
- name: Shell
value: Shell
- name: Markdown
value: Markdown
- name: Clojure
value: Clojure
- name: R
value: R
- name: "stage"
field:
element: "select"
help: "Enter the current stage of this project's lifecycle"
label: "Stage"
options:
- name: idea
value: idea
- name: alpha
value: alpha
- name: prototype
value: prototype
- name: production
value: production
- name: deployed
value: deployed
- name: mature
value: mature
- name: retired
value: retired
- name: graduated
value: graduated
- name: "tags"
field:
alterable: true
element: "multiselect"
help: "Relevant tags for this project"
label: "Tags"
options:
- name: Django
value: Django
- name: Google Spreadsheets
value: Google Spreadsheets
- name: Node.js
value: Node.js
- name: Visualization
value: Visualization
- name: "tagline"
field:
element: "text"
help: "One-liner description for this project"
label: "Tagline"
placeholder: "The awesomeness of the project in one line..."