-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·101 lines (93 loc) · 2.87 KB
/
Copy path_config.yml
File metadata and controls
executable file
·101 lines (93 loc) · 2.87 KB
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
# Site settings
title: Grab Tech
email: engineering.blog@grab.com
description: > # this means to ignore newlines until "url:"
Grab's Engineering team solves critical transportation challenges and makes
transport freedom a reality for 620 million people in Southeast Asia.
url: https://engineering.grab.com # the base hostname & protocol for your site
social_media:
facebook: grabengineering
github: grab
twitter: grabengineering
linkedin: grabapp
disqus:
shortname: grabengineering
google_analytics_id: GTM-T3CT72T
# Post settings
post:
date_format: '%-d %b %Y'
# Related jobs at Grab — job data is fetched at Jekyll build time.
#
# API endpoints on grab.careers (from careers site / myteksi.net Umbraco CMS):
#
# RECOMMENDED — full public job catalog (works from CI, no auth):
# https://www.grab.careers/en/jobs/xml/?rss=true
#
# In-browser widget fragments only (HTML partials, max ~5 jobs, needs x-ph header,
# not usable from engineering-blog CI builds):
# /umbraco/jobboard/LatestJobs/GetJobs
# /umbraco/jobboard/CandidateJobs/GetRecentJobs
#
# Per-user session actions (saved jobs, apply tracking — not for job listings):
# /JobsApi/GetSavedJobs
# /JobsApi/TrackApply
#
careers:
jobs_feed_type: xml
jobs_feed_url: "https://www.grab.careers/en/jobs/xml/?rss=true"
engineering_jobs_url: "https://www.grab.careers/en/jobs/?orderby=0&pagesize=20&page=1&team=Engineering"
related_jobs_limit: 3
# Blog tags → careers job <category> values (see feed for full list).
tag_categories:
Engineering: Engineering
Backend: Engineering
Golang: Engineering
Go: Engineering
Frontend: Engineering
Mobile: Engineering
Android: Engineering
iOS: Engineering
DevOps: Engineering
Kubernetes: Engineering
Infrastructure: Engineering
Microservices: Engineering
Platform: Engineering
Testing: Engineering
QA: Engineering
Automation: Engineering
Rust: Engineering
Containers: Engineering
DevSecOps: Engineering
"Data Science": Data Science
"Machine Learning": Data Science
"Artificial Intelligence": Data Science
AI: Data Science
ML: Data Science
LLM: Data Science
Data: Data Science
Analytics: Data Analytics
Security: Security
Privacy: Security
Design: "UX and Design"
UX: "UX and Design"
Product: Product
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title
paginate: 10
paginate_path: "/blog/:num/"
encoding: UTF-8
gems: ['jekyll-paginate', 'jekyll-archives']
gems: ['jekyll-paginate', 'jekyll-archives', 'jekyll-redirect-from']
plugins: ['jekyll-paginate', 'jekyll-archives', 'jekyll-redirect-from']
jekyll-archives:
enabled: ['categories']
layout: 'archive'
permalinks:
category: '/categories/:name/'
# Custom headers
webrick:
headers:
Content-Security-Policy: frame-ancestors 'none';
X-Frame-Options: DENY