mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-08 13:45:28 -05:00
adding default configuration to false
This commit is contained in:
@@ -15,6 +15,7 @@ module Jekyll
|
||||
'timezone' => nil, # use the local timezone
|
||||
|
||||
'safe' => false,
|
||||
'detach' => false, # don't default to detaching the server
|
||||
'show_drafts' => nil,
|
||||
'limit_posts' => 0,
|
||||
'lsi' => false,
|
||||
|
||||
Reference in New Issue
Block a user