diff --git a/site/_posts/2012-07-01-configuration.md b/site/_posts/2012-07-01-configuration.md
index a942914b..6a66e14c 100644
--- a/site/_posts/2012-07-01-configuration.md
+++ b/site/_posts/2012-07-01-configuration.md
@@ -9,6 +9,8 @@ Jekyll allows you to concoct your sites in any way you can dream up, and it’s
## Configuration Settings
+### Global Configuration
+
The table below lists the available settings for Jekyll, and the various options
(specifed in the configuration file) and flags
(specified on the command-line) that control them.
+ Site Source +Changes the directory where Jekyll will look to transform files + |
+
+
|
+
+ Site Destination +Changes the directory where Jekyll will write files to + |
+
+
|
+
Safe @@ -29,140 +51,6 @@ The table below lists the available settings for Jekyll, and the various
|
|
- Regeneration -Enables or disables Jekyll from recreating the site when files are modified. - |
-
-
|
-
- Local Server -Fires up a server that will host your |
-
-
|
-
- Local Server Port -Changes the port that the Jekyll server will run on - |
-
-
|
-
- Base URL -Serve website from a given base URL - |
-
-
|
-
- URL -Sets |
-
-
|
-
- Site Destination -Changes the directory where Jekyll will write files to - |
-
-
|
-
- Site Source -Changes the directory where Jekyll will look to transform files - |
-
-
|
-
- Markdown -Uses RDiscount or |
-
-
|
-
- Pygments -Enables highlight tag with Pygments. - |
-
-
|
-
- Future -Publishes posts with a future date - |
-
-
|
-
- LSI -Produces an index for related posts. - |
-
-
|
-
- Permalink -Controls the URLs that posts are generated with. Please refer to the Permalinks page for more info. - |
-
-
|
-
- Pagination -Splits your posts up over multiple subdirectories called "page2", "page3", ... "pageN" - |
-
-
|
-
Exclude @@ -181,6 +69,98 @@ The table below lists the available settings for Jekyll, and the various
|
Setting | +Options and Flags | +
---|---|
+ Regeneration +Enables auto-regeneration of the site when files are modified. Off by default. + |
+
+
|
+
+ URL +Sets |
+
+
|
+
+ Markdown +Uses RDiscount or |
+
+
|
+
+ Pygments +Enables highlight tag with Pygments. + |
+
+
|
+
+ Future +Publishes posts with a future date + |
+
+
|
+
+ LSI +Produces an index for related posts. + |
+
+
|
+
+ Permalink +Controls the URLs that posts are generated with. Please refer to the Permalinks page for more info. + |
+
+
|
+
+ Pagination +Splits your posts up over multiple subdirectories called "page2", "page3", ... "pageN" + |
+
+
|
+
Limit Posts @@ -188,10 +168,56 @@ The table below lists the available settings for Jekyll, and the various
|
Setting | +Options and Flags | +
---|---|
+ Local Server Port +Changes the port that the Jekyll server will run on + |
+
+
|
+
+ Local Server Hostname +Changes the hostname that the Jekyll server will run on + |
+
+
|
+
+ Base URL +Serve website from a given base URL + |
+
+
|
+