diff --git a/docs/_docs/configuration/options.md b/docs/_docs/configuration/options.md index ea142979..ab81ada5 100644 --- a/docs/_docs/configuration/options.md +++ b/docs/_docs/configuration/options.md @@ -223,6 +223,26 @@ class="flag">flags (specified on the command-line) that control them.

--config FILE1[,FILE2,...]

+ + +

Plugins

+

Specify plugin directories instead of using _plugins/ automatically.

+ + +

plugins_dir: [ DIR1,... ]

+

-p, --plugins DIR1[,DIR2,...]

+ + + + +

Layouts

+

Specify layout directory instead of using _layouts/ automatically.

+ + +

layout_dir: DIR

+

--layouts DIR

+ +

Drafts

@@ -230,7 +250,7 @@ class="flag">flags (specified on the command-line) that control them.

show_drafts: BOOL

-

--drafts

+

-D, --drafts

@@ -358,7 +378,16 @@ class="flag">flags (specified on the command-line) that control them.

baseurl: URL

-

--baseurl URL

+

-b, --baseurl URL

+ + + + +

Trace

+

Show the full backtrace when an error occurs.

+ + +

-t, --trace

@@ -387,7 +416,7 @@ before your site is served.

port: PORT

-

--port PORT

+

-P, --port PORT

@@ -397,7 +426,7 @@ before your site is served.

host: HOSTNAME

-

--host HOSTNAME

+

-H, --host HOSTNAME

@@ -406,10 +435,51 @@ before your site is served.

Reload a page automatically on the browser when its content is edited.

-

livereload: true

+

livereload: BOOL

-l, --livereload

+ + +

Live Reload Ignore

+

File glob patterns for LiveReload to ignore.

+ + +

livereload_ignore: [ GLOB1,... ]

+

--livereload-ignore GLOB1[,GLOB2,...]

+ + + + +

Live Reload Min/Max Delay

+

Minimum/Maximum delay before automatically reloading page.

+ + +

livereload_min_delay: SECONDS
+ livereload_max_delay: SECONDS

+

--livereload-min-delay SECONDS
+ --livereload-max-delay SECONDS

+ + + + +

Live Reload Port

+

Port for LiveReload to listen on.

+ + +

--livereload-port PORT

+ + + + +

Open URL

+

Open the site's URL in the browser.

+ + +

open_url: BOOL

+

-o, --open-url

+ +

Detach

@@ -426,8 +496,19 @@ before your site is served.

Skips the initial site build which occurs before the server is started.

+

skip_initial_build: BOOL

--skip-initial-build

+ + + +

Show Directory Listing

+

Show a directory listing instead of loading your index file.

+ + +

show_dir_listing: BOOL

+

--show-dir-listing

+