commit
c877d6f75c
|
@ -17,7 +17,7 @@ module Jekyll
|
||||||
# Handling Reading
|
# Handling Reading
|
||||||
"safe" => false,
|
"safe" => false,
|
||||||
"include" => [".htaccess"],
|
"include" => [".htaccess"],
|
||||||
"exclude" => [],
|
"exclude" => ["vendor"],
|
||||||
"keep_files" => [".git", ".svn"],
|
"keep_files" => [".git", ".svn"],
|
||||||
"encoding" => "utf-8",
|
"encoding" => "utf-8",
|
||||||
"markdown_ext" => "markdown,mkdown,mkdn,mkd,md",
|
"markdown_ext" => "markdown,mkdown,mkdn,mkd,md",
|
||||||
|
|
|
@ -594,7 +594,7 @@ collections:
|
||||||
# Handling Reading
|
# Handling Reading
|
||||||
safe: false
|
safe: false
|
||||||
include: [".htaccess"]
|
include: [".htaccess"]
|
||||||
exclude: []
|
exclude: ["vendor"]
|
||||||
keep_files: [".git", ".svn"]
|
keep_files: [".git", ".svn"]
|
||||||
encoding: "utf-8"
|
encoding: "utf-8"
|
||||||
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
|
|
Loading…
Reference in New Issue