Skip to content

Commit 99dfe68

Browse files
authored
Merge pull request github#563 from MikeMcQuaid/config-yml-tweaks
_config.yml: general cleanup.
2 parents f10ba8d + 4b3a73d commit 99dfe68

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

_config.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: "Open Source Guides"
2-
description: "Learn how to launch and grow your project."
1+
title: Open Source Guides
2+
description: Learn how to launch and grow your project.
33

44
exclude:
55
- bin
@@ -15,7 +15,6 @@ exclude:
1515
- script
1616
- test
1717
- vendor
18-
- node_modules
1918

2019
permalink: /:path/
2120

@@ -40,16 +39,12 @@ plugins:
4039
- jekyll-seo-tag
4140
- jekyll-sitemap
4241

43-
markdown: kramdown
44-
4542
sass:
46-
style: :compressed
4743
sass_dir: assets/css/
44+
style: :compressed
4845
load_paths:
4946
- node_modules
5047

51-
branch: master
52-
5348
github:
5449
repository_nwo: github/opensource.guide
5550

0 commit comments

Comments
 (0)