@@ -3,38 +3,23 @@ domain: services.github.com
33author : GitHub, Inc.
4455
6-
76# Site Settings
8- locale : " en-US"
7+ locale : " en-US"
98# Keep original, do not replace
10- title : " GitHub Cheatsheets"
11- title_separator : " -"
12- name : " GitHub, Inc."
13- description :
14- baseurl : # the subpath of your site, e.g. "/blog"
15- gh_repo : github/training-kit
16- teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
17- breadcrumbs : true # true, false (default)
18- words_per_minute : 200
19- comments :
20- provider : # false (default), "disqus", "discourse", "facebook", "google-plus", custom"
21- disqus :
22- shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
23- discourse :
24- server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
25- facebook :
26- # https://developers.facebook.com/docs/plugins/comments
27- appid :
28- num_posts : # 5 (default)
29- colorscheme : # "light" (default), "dark"
30-
31-
32-
9+ title : " GitHub Cheatsheets"
10+ title_separator : " -"
11+ name : " GitHub, Inc."
12+ description :
13+ baseurl : # the subpath of your site, e.g. "/blog"
14+ gh_repo : github/training-kit
15+ teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
16+ breadcrumbs : true # true, false (default)
17+ words_per_minute : 200
3318
3419analytics :
35- provider : google # false (default), "google", "google-universal", "custom"
20+ provider : google # false (default), "google", "google-universal", "custom"
3621google :
37- tracking_id : UA-3769691-2
22+ tracking_id : UA-3769691-2
3823
3924markdown_ext : " markdown,mkdown,mkdn,mkd,md"
4025
@@ -59,19 +44,19 @@ plugins:
5944 - jekyll-octicons
6045
6146exclude :
62- - bin
63- - config.rb
64- - Gemfile
65- - Gemfile.lock
66- - gems
67- - node_modules
68- - Procfile
69- - Rakefile
70- - README.md
71- - script
72- - vendor
73- - package.json
74- - package-lock.json
47+ - bin
48+ - config.rb
49+ - Gemfile
50+ - Gemfile.lock
51+ - gems
52+ - node_modules
53+ - Procfile
54+ - Rakefile
55+ - README.md
56+ - script
57+ - vendor
58+ - package.json
59+ - package-lock.json
7560
7661collections :
7762modules :
@@ -80,8 +65,8 @@ collections:
8065output : true
8166
8267include :
83- - _stylesheets
84- - _javascript
68+ - _stylesheets
69+ - _javascript
8570sass :
8671load_paths :
8772 - assets/_scss
9277lang : en
9378
9479defaults :
95- -
96- scope :
80+ - scope :
9781path : " "
9882values :
9983lang : " en"
0 commit comments