-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
57 lines (49 loc) · 1.28 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
# Site settings
title: M-Lab
email: support@measurementlab.net
excerpt_separator: <!--more-->
fqdn: "www.measurementlab.net"
# Default baseurl used for gh-pages branches.
# Travis will change it to "" before deploying.
# For local development pass in blank baseurl to simulate prod-like environment:
# $ jekyll serve --baseurl
baseurl: ""
# Default base js file used for gh-pages branches, which is not concatenated
# or minified. Travis will change this to app.js to be used for production
# deployments. The app.js file is the optimized js file.
basejs: "src/boot.js"
# Build settings
permalink: "/blog/:title/"
sass:
sass_dir: _sass
style: compressed
include: ['_pages']
exclude:
- .gitignore
- README.md
- Gemfile
- Gemfile.lock
- _scripts
- _site
- vendor
- travis
# Markdown settings
markdown: kramdown
kramdown:
auto_ids: true
auto_id_stripping: true
# Display blog posts even if they're future-dated.
future: true
# Plugins
plugins: ['jekyll-paginate', 'jekyll-feed', 'jekyll-jupyter-notebook']
paginate: 5
paginate_path: "/blog/page/:num"
breadcrumbs:
root:
hide: false # show breadcrumbs on root/home page
image: false # Show image or title text
# HTML Compression settings
compress_html:
clippings: [ ]
blanklines: false
profile: false