Skip to content

Commit 79188e7

Browse files
crandmckC. R. McKinney
andauthored
Change Jekyll config settings and .gitignore for Jekyll stuff (#1467)
Co-authored-by: C. R. McKinney <[email protected]>
1 parent ad1c7a6 commit 79188e7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ _site
88
**/Thumbs.db
99
Gemfile.lock
1010
.jekyll-metadata
11+
vendor
12+
.bundle

_config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Build settings
44
markdown: kramdown
55

6-
gems:
6+
plugins:
77
- jekyll-redirect-from
88

99
kramdown:
@@ -12,6 +12,9 @@ kramdown:
1212
syntax_highlighter_opts:
1313
disable : true
1414

15-
exclude: [uk/CHANGELOG.md]
15+
exclude:
16+
- [uk/CHANGELOG.md]
17+
- vendor/bundle
18+
1619

1720
github: [metadata]

0 commit comments

Comments
 (0)