Use `null` in YAML instead of `nil`

This commit is contained in:
Pat Hawks 2014-08-10 13:05:23 -07:00
parent 29254150b1
commit b2eae2e676
1 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ destination: ./_site
plugins: ./_plugins
layouts: ./_layouts
data_source: ./_data
collections: nil
collections: null
# Handling Reading
safe: false
@ -418,7 +418,7 @@ markdown_ext: "markdown,mkdown,mkdn,mkd,md"
textile_ext: "textile"
# Filtering Content
show_drafts: nil
show_drafts: null
limit_posts: 0
future: true
unpublished: false
@ -445,7 +445,7 @@ relative_permalinks: false
# Outputting
permalink: date
paginate_path: /page:num
timezone: nil
timezone: null
quiet: false
defaults: []