diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index 9f4a334f..2ff5cd4f 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -97,7 +97,7 @@ You can find the documentation for jekyllrb.com in the [site]({{ site.repository }}/tree/master/site) directory of Jekyll's repo on GitHub.com. -All documentation pull requests should be directed at `master`. Pull +All documentation pull requests should be directed at `master`. Pull requests directed at another branch will not be accepted. The [Jekyll wiki]({{ site.repository }}/wiki) on GitHub diff --git a/site/_docs/drafts.md b/site/_docs/drafts.md index 2f2f12b5..9e7f1c6f 100644 --- a/site/_docs/drafts.md +++ b/site/_docs/drafts.md @@ -15,5 +15,5 @@ first draft: {% endhighlight %} To preview your site with drafts, simply run `jekyll serve` or `jekyll build` with -the `--drafts` switch. Each will be assigned the value modification time of the draft file +the `--drafts` switch. Each will be assigned the value modification time of the draft file for its date, and thus you will see currently edited drafts as the latest posts. diff --git a/site/_docs/troubleshooting.md b/site/_docs/troubleshooting.md index 87da91fb..e4c8120a 100644 --- a/site/_docs/troubleshooting.md +++ b/site/_docs/troubleshooting.md @@ -101,9 +101,9 @@ http://localhost:4000/blog The order of precedence for conflicting [configuration settings](../configuration/) is as follows: -1. Command-line flags -2. Configuration file settings -3. Defaults +1. Command-line flags +2. Configuration file settings +3. Defaults That is: defaults are overridden by options specified in `_config.yml`, and flags specified at the command-line will override all other settings