Skip to content

Commit 6655acb

Browse files
authored
Remove unused comments config and format
1 parent a653b1d commit 6655acb

File tree

1 file changed

+28
-44
lines changed

1 file changed

+28
-44
lines changed

‎_config.yml‎

Lines changed: 28 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,23 @@ domain: services.github.com
33
author: GitHub, Inc.
44
55

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

3419
analytics:
35-
provider: google # false (default), "google", "google-universal", "custom"
20+
provider: google # false (default), "google", "google-universal", "custom"
3621
google:
37-
tracking_id: UA-3769691-2
22+
tracking_id: UA-3769691-2
3823

3924
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
4025

@@ -59,19 +44,19 @@ plugins:
5944
- jekyll-octicons
6045

6146
exclude:
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

7661
collections:
7762
modules:
@@ -80,8 +65,8 @@ collections:
8065
output: true
8166

8267
include:
83-
- _stylesheets
84-
- _javascript
68+
- _stylesheets
69+
- _javascript
8570
sass:
8671
load_paths:
8772
- assets/_scss
@@ -92,8 +77,7 @@ sass:
9277
lang: en
9378

9479
defaults:
95-
-
96-
scope:
80+
- scope:
9781
path: ""
9882
values:
9983
lang: "en"

0 commit comments

Comments
(0)