forked from babel/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (55 loc) · 1.43 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
# 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: babeljs
github_username: babel
exclude:
- vendor
- node_modules
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- Makefile
- Rakefile
- package.json
- js/repl/node_modules
include:
- _redirects
# 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
paginate_path: "/blog/page:num/"
plugins:
- jekyll-paginate
- jekyll-sitemap
- jemoji
default_js:
- "//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
- "//cdnjs.cloudflare.com/ajax/libs/lodash.js/4.16.3/lodash.min.js"
- "//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/js/bootstrap.min.js"
- "https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.13/clipboard.min.js"
- "https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"
- "/scripts/search.js"
- "/scripts/clipboard.js"
- "/scripts/open-in-repl.js"
# Compress HTML
compress_html:
clippings: all
comments: all
# endings: all
profile: false
startings: [head, body]
# Get consistent pagination links with production
timezone: "-0500"