Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add missing option in README; make small change
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar committed Oct 3, 2015
1 parent 8d7c64f commit cb89cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Example:
run Rack::Jekyll.new(:destination => "mysite")
```

This will set a custom destination path (default: `_site`),
overriding settings from a config file.
This will set a custom destination path, overriding the default (`_site`)
and settings from a config file.

See [Jekyll's configuration docs](https://jekyllrb.com/docs/configuration/)
for more settings.
Expand All @@ -61,6 +61,7 @@ Additional Rack-Jekyll initialization options:
:config - use given config file (default: "_config.yml")
:force_build - whether to always generate the site at startup, even
when the destination path is not empty (default: false)
:auto - whether to watch for changes and rebuild (default: false)

Note that on read-only filesystems a site build will fail,
so do not set `:force_build => true` in these cases.
Expand Down

0 comments on commit cb89cad

Please sign in to comment.