forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
38 lines (33 loc) · 959 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
# Site settings
title: Babel
tagline: The compiler for writing next generation JavaScript
description: The compiler for writing next generation JavaScript
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://babeljs.io" # the base hostname & protocol for your site
# twitter_username: jekyllrb
github_username: babel
exclude: ["node_modules"]
# Build settings
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
# Blog Settings
permalink: /blog/:year/:month/:day/:title
paginate: 1
gems:
- jekyll-redirect-from
- jekyll-paginate
default_js:
- "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
- "//cdnjs.cloudflare.com/ajax/libs/lodash.js/2.4.1/lodash.min.js"
- "//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"
# Compress HTML
compress_html:
clippings: all
comments: all
# endings: all
profile: false
startings: [head, body]