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
Change the directory where Jekyll will write files
destination: [string]
-d, --destination [destination]
destination: DIR
-d, --destination DIR
Disable custom plugins.
safe: [boolean]
safe: BOOL
--safe
Exclude directories and/or files from the conversion
exclude: [dir1, file1, dir2]
exclude: [DIR, FILE, ...]
include: [dir1, file1, dir2]
include: [DIR, FILE, ...]
Specify a config file. Overrides settings in _config.yml
--config [FILE]
--config FILE
Publish posts with a future date.
future: [boolean]
future: BOOL
--future
Produce an index for related posts.
lsi: [boolean]
lsi: BOOL
--lsi
Limit the number of posts to parse and publish.
limit_posts: [max_posts]
--limit_posts [max_posts]
limit_posts: NUM
--limit_posts NUM
Listen on the given port.
port: [integer]
--port [port]
port: PORT
--port PORT
Listen at the given hostname.
host: [string]
--host [hostname]
host: HOSTNAME
--host HOSTNAME
Serve website with the given base URL
baseurl: [BASE_URL]
--baseurl [url]
baseurl: URL
--baseurl URL