Skip to content

Commit 6cc8837

Browse files
committed
Exclude vendor files from jekyll config
This is needed to make jekyll work with bundler. See jekyll/jekyll#2938 Signed-off-by: John Else <[email protected]>
1 parent 5d174fe commit 6cc8837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ redcarpet:
33
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
44
highlighter: pygments
55
permalink: /:title
6+
exclude: [vendor]

0 commit comments

Comments
 (0)