Skip to content

Commit

Permalink
Change Jekyll config settings and .gitignore for Jekyll stuff (#1467)
Browse files Browse the repository at this point in the history
Co-authored-by: C. R. McKinney <rand@Cs-MacBook-Air.local>
  • Loading branch information
crandmck and C. R. McKinney authored Mar 5, 2024
1 parent ad1c7a6 commit 79188e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ _site
**/Thumbs.db
Gemfile.lock
.jekyll-metadata
vendor
.bundle
7 changes: 5 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build settings
markdown: kramdown

gems:
plugins:
- jekyll-redirect-from

kramdown:
Expand All @@ -12,6 +12,9 @@ kramdown:
syntax_highlighter_opts:
disable : true

exclude: [uk/CHANGELOG.md]
exclude:
- [uk/CHANGELOG.md]
- vendor/bundle


github: [metadata]

0 comments on commit 79188e7

Please sign in to comment.