From e427e8278529afd80b81f9c6df5f166caaaea7ba Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 7 Apr 2013 11:39:43 -0700 Subject: [PATCH] Clarify config option docs for problem in #858. --- site/_posts/2012-07-01-configuration.md | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md index 3248aecf..30e20f8d 100644 --- a/site/_posts/2012-07-01-configuration.md +++ b/site/_posts/2012-07-01-configuration.md @@ -35,8 +35,8 @@ class="flag">flags (specified on the command-line) that control them.

Change the directory where Jekyll will read files

-

source: [string]

-

-s, --source [source]

+

source: DIR

+

-s, --source DIR

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

Change the directory where Jekyll will write files

-

destination: [string]

-

-d, --destination [destination]

+

destination: DIR

+

-d, --destination DIR

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

Disable custom plugins.

-

safe: [boolean]

+

safe: BOOL

--safe

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

Exclude directories and/or files from the conversion

-

exclude: [dir1, file1, dir2]

+

exclude: [DIR, FILE, ...]

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

-

include: [dir1, file1, dir2]

+

include: [DIR, FILE, ...]

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

Specify a config file. Overrides settings in _config.yml

-

--config [FILE]

+

--config FILE

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

Publish posts with a future date.

-

future: [boolean]

+

future: BOOL

--future

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

Produce an index for related posts.

-

lsi: [boolean]

+

lsi: BOOL

--lsi

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

Limit the number of posts to parse and publish.

-

limit_posts: [max_posts]

-

--limit_posts [max_posts]

+

limit_posts: NUM

+

--limit_posts NUM

@@ -174,8 +174,8 @@ before your site is served.

Listen on the given port.

-

port: [integer]

-

--port [port]

+

port: PORT

+

--port PORT

@@ -184,8 +184,8 @@ before your site is served.

Listen at the given hostname.

-

host: [string]

-

--host [hostname]

+

host: HOSTNAME

+

--host HOSTNAME

@@ -194,8 +194,8 @@ before your site is served.

Serve website with the given base URL

-

baseurl: [BASE_URL]

-

--baseurl [url]

+

baseurl: URL

+

--baseurl URL