Skip to content

Commit dbb7c7a

Browse files
committed
remove unused content
1 parent 4fbf180 commit dbb7c7a

File tree

756 files changed

+75
-36466
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

756 files changed

+75
-36466
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ source "https://rubygems.org"
33
gem 'github-pages'
44
gem 'html-proofer'
55
gem 'rack-contrib', '~> 1.1.0'
6-
gem 'rake'
6+
gem 'rake'
7+
gem 'jekyll-octicons'

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ GEM
134134
jekyll-mentions (1.4.1)
135135
html-pipeline (~> 2.3)
136136
jekyll (~> 3.0)
137+
jekyll-octicons (8.5.0)
138+
jekyll (~> 3.1)
139+
octicons (= 8.5.0)
137140
jekyll-optional-front-matter (0.3.0)
138141
jekyll (~> 3.0)
139142
jekyll-paginate (1.1.0)
@@ -217,6 +220,8 @@ GEM
217220
multipart-post (2.0.0)
218221
nokogiri (1.10.1)
219222
mini_portile2 (~> 2.4.0)
223+
octicons (8.5.0)
224+
nokogiri (>= 1.6.3.1)
220225
octokit (4.13.0)
221226
sawyer (~> 0.8.0, >= 0.5.3)
222227
parallel (1.14.0)
@@ -260,6 +265,7 @@ PLATFORMS
260265
DEPENDENCIES
261266
github-pages
262267
html-proofer
268+
jekyll-octicons
263269
rack-contrib (~> 1.1.0)
264270
rake
265271

_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ email: [email protected]
77
# Site Settings
88
locale : "en-US"
99
# Keep original, do not replace
10-
title : "On Demand Training"
10+
title : "GitHub Cheatsheets"
1111
title_separator : "-"
1212
name : "GitHub, Inc."
13-
description : "You're in control. We're with you along the way."
14-
baseurl : "/on-demand" # the subpath of your site, e.g. "/blog"
13+
description :
14+
baseurl : # the subpath of your site, e.g. "/blog"
1515
gh_repo :
1616
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
1717
breadcrumbs : true # true, false (default)
@@ -56,6 +56,7 @@ plugins:
5656
- jekyll-feed
5757
- jemoji
5858
- jekyll-redirect-from
59+
- jekyll-octicons
5960

6061
exclude:
6162
- bin
@@ -94,4 +95,4 @@ defaults:
9495
values:
9596
lang: "en"
9697
redirect_to:
97-
- https://lab.github.com
98+
- https://lab.github.com

0 commit comments

Comments
 (0)