Skip to content

Commit

Permalink
remove unused content
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Mar 4, 2019
1 parent 4fbf180 commit dbb7c7a
Show file tree
Hide file tree
Showing 756 changed files with 75 additions and 36,466 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source "https://rubygems.org"
gem 'github-pages'
gem 'html-proofer'
gem 'rack-contrib', '~> 1.1.0'
gem 'rake'
gem 'rake'
gem 'jekyll-octicons'
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ GEM
jekyll-mentions (1.4.1)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-octicons (8.5.0)
jekyll (~> 3.1)
octicons (= 8.5.0)
jekyll-optional-front-matter (0.3.0)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
Expand Down Expand Up @@ -217,6 +220,8 @@ GEM
multipart-post (2.0.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
octicons (8.5.0)
nokogiri (>= 1.6.3.1)
octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.14.0)
Expand Down Expand Up @@ -260,6 +265,7 @@ PLATFORMS
DEPENDENCIES
github-pages
html-proofer
jekyll-octicons
rack-contrib (~> 1.1.0)
rake

Expand Down
9 changes: 5 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ email: [email protected]
# Site Settings
locale : "en-US"
# Keep original, do not replace
title : "On Demand Training"
title : "GitHub Cheatsheets"
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"
description :
baseurl : # 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)
Expand Down Expand Up @@ -56,6 +56,7 @@ plugins:
- jekyll-feed
- jemoji
- jekyll-redirect-from
- jekyll-octicons

exclude:
- bin
Expand Down Expand Up @@ -94,4 +95,4 @@ defaults:
values:
lang: "en"
redirect_to:
- https://lab.github.com
- https://lab.github.com
Loading

0 comments on commit dbb7c7a

Please sign in to comment.