forked from Linaro/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
419 lines (404 loc) · 11.1 KB
/
_config.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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
# Website title - used in the <title> tag of the <head> section of the website.
title: Linaro
# Description of the website used in the Meta Description.
description: > # this means to ignore newlines until "baseurl:"
Linaro is a collaborative engineering organization consolidating and optimizing open source software and tools for the Arm architecture.
# Destination of the Jekyll site upon build of site.
destination: _site
# Include the Linaro Jekyll Theme
theme: jumbo-jekyll-theme
# Permalink for the blog posts of the Jekyll website.
permalink: /:categories/:title/
# Jekyll Responsive Images dir
blog_images_dir: assets/images/blog/
# Syntax highlighter for 96boards blog
highlighter: rouge
# Markdown version
markdown: kramdown
# production status for robots.txt and files alike.
production: false
kramdown:
input: GFM
syntax_highlighter: rouge # Syntax highlighter for Kramdown.
# Encoding of the files being included in the Jekyll Build.
encoding: utf-8
# Jekyll configuration for running the site in "Safe" mode.
safe: false
# Search label setting for site search with e.g. search/?fields.label=96Boards
search-label: Linaro
# Disqus Comments settings.
disqus: true
disqus_shortname: 'Linaro'
# This is the url that is used when your site is built for canonicals etc.
url: "https://www.linaro.org"
# url: "https://www.site-test.linaro.org"
# Make sure that Liquid errors stop the build
liquid:
error_mode: strict
# Shema.org Setup -> used in the schema.html include.
schema:
organisation:
name: Linaro
url: https://www.linaro.org
sameAs:
- https://twitter.com/linaroorg
- https://www.facebook.com/LinaroOrg
- https://www.linkedin.com/company/1026961/
- https://plus.google.com/+LinaroOnAir
- https://github.com/Linaro
- https://www.slideshare.net/linaroorg
address:
street: Harston Mill, Royston Rd
town: Harston
county: Cambridge
post_code: CB22 7GG
country_code: UK
# Files that should be excluded from the Jekyll build.
exclude:
- Gemfile.lock
- .gitignore
- .git
- .asset-cache
- _site
# - _posts
# Google Tag mangager site wide setting - for deployment of site to China.
google-tag-manager: true
# Social Configuration for the Jekyll SEO plugin.
social:
name: Linaro
links:
- https://twitter.com/linaroorg
- https://www.facebook.com/LinaroOrg
- https://www.linkedin.com/company/1026961/
- https://plus.google.com/+LinaroOnAir
- https://github.com/Linaro
- https://www.slideshare.net/linaroorg
twitter:
username: linaroorg
defaults:
- scope:
path: ""
values:
image: /assets/images/social-media-image.png
- scope:
path: ""
type: "posts"
values:
layout: post
comments: true
- scope:
path: "_posts/events"
type: "posts"
values:
layout: post
comments: false
- scope:
path: ""
type: "company"
values:
layout: company
- scope:
path: "_company/archived"
type: "company"
values:
archived: true
- scope:
path: ""
type: "authors"
values:
layout: author
- scope:
path: ""
type: "groups"
values:
layout: work-layout
image: ""
- scope:
path: ""
type: "core"
values:
layout: work-layout
image: ""
- scope:
path: ""
type: "projects"
values:
layout: project-page
project: true
- scope:
path: ""
type: "services"
values:
layout: developer-services-layout
image:
name: LinaroDSVertical.png
path: /assets/images/content/LinaroDSVertical.png
- scope:
path: ""
type: "incubators"
values:
layout: work-layout
image: ""
- scope:
path: ""
type: "sig"
values:
layout: work-layout
- scope:
path: "/sitemap.xml"
values:
redirect_from: /sitemap/
# Gems that should be included in the Jekyll builld of this site.
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-readme-index
- bootstrap-sass
- uglifier
- jekyll-assets
- jekyll-tidy
- jekyll-redirect-from
- autoprefixer-rails
- jekyll-paginate-v2
# Compress the html and beau2tify it.
jekyll_tidy: # Compress the html and beautify it.
compress_html: true
exclude: [robots.txt] # Exclude the robots.txt file from removal of whitespace
# Jekyll Assets plugin - set js and css to true so it compresses on jekyll build
assets:
compress:
js: true
autoprefixer:
browsers: ["last 2 versions","> 5%","IE 9"]
sources:
- assets/js/
- assets/js/vendor/
- assets/js/app/
- assets/images
- assets/images/members
- assets/images/people
- assets/images/content
- assets/images/blog
- assets/css/
# Sass configuration - compressed and sass_dir of the root Jekyll assets folder.
sass:
style: compressed
load_paths:
- assets/css
#paginate_path: /:categories/:num/
# Jekyll Pagination V2 Configuration
pagination:
permalink: '/:num/'
enabled: true
per_page: 10
trail:
before: 2
after: 2
sort_reverse: true
sort_field: 'date'
# Jekyll pagination v2 autopages configuration.
autopages:
enabled: false
using_assets: true
# Jekyll Collections configuration - Projects, Products and Documentation.
collections:
company:
output: true
permalink: /membership/:name/
core:
output: true
permalink: /:collection/:path/
projects:
output: true
permalink: /engineering/:collection/:path/
initiatives:
output: true
permalink: /:collection/:path/
groups:
output: true
permalink: /:collection/:path/
sig:
output: true
permalink: /:collection/:path/
incubators:
output: true
services:
output: true
permalink: /:collection/:name/
authors:
output: true
permalink: /author/:name/
prose:
media: assets/images/blog
ignore:
- _config.yml
- _config-staging.yml
- _config-production.yml
- Gemfile
- Gemfile.lock
- members.json
- posts.json.html
- favicon.ico
- _prose.yml
- .gitignore
- 404.md
- /_plugins
- /categories
- /blog
- /app
metadata:
_posts:
- name: "layout"
field:
element: "select"
value: "post"
options:
- name: "Event Index Page"
value: "event-index"
- name: "date"
field:
element: "hidden"
value: CURRENT_DATETIME
- name: "author"
field:
element: "hidden"
value: CURRENT_USER
- name: "title"
field:
element: "text"
label: "Post Title"
value: ""
- name: "description"
field:
element: "textarea"
placeholder: "Please add a suitable description for your post."
label: "Post Description"
value: ""
- name: "image"
field:
element: "text"
label: "Set the path to your featured image here. This will be used for the post image banner and the social media thumbnails."
placeholder: "/assets/images/blog/your-uploaded-image.png"
value: ""
- name: "comments"
field:
element: "checkbox"
label: "Disqus Comments Toggle"
value: true
- name: "published"
field:
element: "checkbox"
label: "Published"
value: true
- name: "tags"
field:
element: "multiselect"
label: "Add Post Tags"
placeholder: "Choose Tags"
options: https://www.linaro.org/assets/json/tags.json?callback=tags
- name: "categories"
field:
element: "multiselect"
label: "Select Category"
placeholder: "Choose Category"
options: https://www.linaro.org/assets/json/categories.json?callback=categories
_posts/events:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "date"
field:
element: "hidden"
value: CURRENT_DATETIME
- name: "title"
field:
element: "text"
label: "Post Title"
value: ""
- name: "description"
field:
element: "textarea"
placeholder: "Please add a suitable description for your post."
label: "Post Description"
value: ""
- name: "image"
field:
element: "text"
label: "Set the path to your featured image here. This will be used for the post image banner and the social media thumbnails."
placeholder: "/assets/images/blog/your-uploaded-image.png"
value: ""
- name: "comments"
field:
element: "checkbox"
label: "Disqus Comments Toggle"
value: true
- name: "published"
field:
element: "checkbox"
label: "Published"
value: true
- name: "tags"
field:
element: "multiselect"
label: "Add Post Tags"
placeholder: "Choose Tags"
options: https://www.linaro.org/assets/json/tags.json?callback=tags
- name: "categories"
field:
element: "multiselect"
label: "Select Category"
placeholder: "Choose Category"
options: https://www.linaro.org/assets/json/categories.json?callback=categories
_posts/events:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "date"
field:
element: "hidden"
value: CURRENT_DATETIME
- name: "author"
field:
element: "hidden"
value: CURRENT_USER
- name: "title"
field:
element: "text"
label: "Post Title"
value: ""
- name: "description"
field:
element: "textarea"
placeholder: "Please add a suitable description for your post."
label: "Post Description"
value: ""
- name: "image"
field:
element: "text"
label: "Set the path to your featured image here. This will be used for the post image banner and the social media thumbnails."
placeholder: "/assets/images/blog/your-uploaded-image.png"
value: ""
- name: "comments"
field:
element: "checkbox"
label: "Disqus Comments Toggle"
value: true
- name: "published"
field:
element: "checkbox"
label: "Published"
value: true
- name: "tags"
field:
element: "multiselect"
label: "Add Post Tags"
placeholder: "Choose Tags"
options: https://www.linaro.org/assets/json/tags.json?callback=tags
- name: "categories"
field:
element: "multiselect"
label: "Select Category"
placeholder: "Choose Category"
options: https://www.linaro.org/assets/json/categories.json?callback=categories