Use `null` in YAML instead of `nil`
This commit is contained in:
parent
29254150b1
commit
b2eae2e676
|
@ -406,7 +406,7 @@ destination: ./_site
|
||||||
plugins: ./_plugins
|
plugins: ./_plugins
|
||||||
layouts: ./_layouts
|
layouts: ./_layouts
|
||||||
data_source: ./_data
|
data_source: ./_data
|
||||||
collections: nil
|
collections: null
|
||||||
|
|
||||||
# Handling Reading
|
# Handling Reading
|
||||||
safe: false
|
safe: false
|
||||||
|
@ -418,7 +418,7 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
|
||||||
textile_ext: "textile"
|
textile_ext: "textile"
|
||||||
|
|
||||||
# Filtering Content
|
# Filtering Content
|
||||||
show_drafts: nil
|
show_drafts: null
|
||||||
limit_posts: 0
|
limit_posts: 0
|
||||||
future: true
|
future: true
|
||||||
unpublished: false
|
unpublished: false
|
||||||
|
@ -445,7 +445,7 @@ relative_permalinks: false
|
||||||
# Outputting
|
# Outputting
|
||||||
permalink: date
|
permalink: date
|
||||||
paginate_path: /page:num
|
paginate_path: /page:num
|
||||||
timezone: nil
|
timezone: null
|
||||||
|
|
||||||
quiet: false
|
quiet: false
|
||||||
defaults: []
|
defaults: []
|
||||||
|
|
Loading…
Reference in New Issue