forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
94 lines (79 loc) · 2.12 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# For Atom Feed
domain: services.github.com
author: GitHub, Inc.
email: [email protected]
# Site Settings
locale : "en-US"
# Keep original, do not replace
title : "On Demand Training"
title_separator : "-"
name : "GitHub, Inc."
description : "You're in control. We're with you along the way."
baseurl : "/on-demand" # the subpath of your site, e.g. "/blog"
gh_repo :
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
breadcrumbs : true # true, false (default)
words_per_minute : 200
comments:
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
# https://developers.facebook.com/docs/plugins/comments
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
analytics:
provider : google # false (default), "google", "google-universal", "custom"
google:
tracking_id : UA-80557370-2
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# standard jekyll configuration
parentsite: https://services.github.com
permalink: /articles/:title/
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
exclude:
- bin
- config.rb
- Gemfile
- Gemfile.lock
- gems
- Procfile
- Rakefile
- README.md
- script
- vendor
collections:
modules:
output: true
courses:
output: true
include:
- _stylesheets
- _javascript
sass:
load_paths:
- assets/_scss
- node_modules
style: :compressed
# Custom site configuration
lang: en
defaults:
-
scope:
path: ""
values:
lang: "en"