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
baseurl: URL
--baseurl URL
-b, --baseurl URL
Trace
+Show the full backtrace when an error occurs.
+-t, --trace
port: PORT
--port PORT
-P, --port PORT
host: HOSTNAME
--host HOSTNAME
-H, --host HOSTNAME
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