forked from rook/rook.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (36 loc) · 836 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
# Site settings
title: rook.io
url: "https://rook.io" # the base hostname & protocol for your site, e.g. http://example.com
google_analytics: UA-93639004-1
# Build settings
markdown: kramdown
# plugins
# NOTE: github pages ignores custom plugins and any other plugin which is not whitelisted
# SEE: https://pages.github.com/versions/
plugins:
- jekyll-relative-links
- jekyll-babel
- jekyll-readme-index
exclude:
- build
- Gemfile
- Gemfile.lock
- Makefile
- README.md
- vendor
defaults:
- scope:
path: ""
values:
layout: default
title: "Rook"
- scope:
path: "docs/rook"
values:
layout: "docs"
doctitle: "Rook Docs"
github: "https://github.com/rook/rook/blob/master/Documentation/"
stylesheet: "docs"
sass:
sass_dir: ./_scss
current_release_index: 0