Skip to content

Commit 662c89a

Browse files
authored
Fix invalid configuration options
1 parent d4954ce commit 662c89a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎_config.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ title_separator: "-"
1111
name: "GitHub, Inc."
1212
description:
1313
url: "https://training.github.com"
14-
baseurl: # the subpath of your site, e.g. "/blog"
14+
baseurl: ""# the subpath of your site, e.g. "/blog"
1515
gh_repo: github/training-kit
16+
github: [metadata]
1617
teaser: # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
1718
breadcrumbs: true # true, false (default)
1819
words_per_minute: 200
@@ -34,7 +35,6 @@ incremental: false
3435
# standard jekyll configuration
3536

3637
parentsite: https://services.github.com
37-
permalink: /articles/:title/
3838
plugins:
3939
- jekyll-paginate
4040
- jekyll-sitemap
@@ -72,7 +72,7 @@ sass:
7272
load_paths:
7373
- assets/_scss
7474
- node_modules
75-
style: :compressed
75+
style: compressed
7676

7777
# Custom site configuration
7878
lang: en

0 commit comments

Comments
(0)