-
Notifications
You must be signed in to change notification settings - Fork 31
/
_config.yml
executable file
·43 lines (36 loc) · 990 Bytes
/
_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
# Site settings
title: Grab Tech
email: [email protected]
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'
# Build settings
markdown: kramdown
highlighter: rouge
permalink: /:title
paginate: 8
paginate_path: "/blog/:num/"
encoding: UTF-8
gems: ['jekyll-paginate', 'jekyll-archives']
jekyll-archives:
enabled: ['categories']
layout: 'archive'
permalinks:
category: '/categories/:name/'
# Custom headers
webrick:
headers:
Content-Security-Policy: frame-ancestors 'none';
X-Frame-Options: DENY