A few grammar fixes

This commit is contained in:
chrisfinazzo 2016-02-11 22:12:02 -05:00
parent 99b9c8486c
commit 769331d8c2
4 changed files with 12 additions and 11 deletions

View File

@ -500,7 +500,8 @@ defaults:
layout: "default"
{% endhighlight %}
In this example the `layout` is set to `default` inside the [collection](../collections/) with the name `my_collection`.
In this example, the `layout` is set to `default` inside the
[collection](../collections/) with the name `my_collection`.
### Precedence

View File

@ -86,7 +86,7 @@ might look like:
{% endhighlight %}
This approach may not suit everyone, but for people who like clean URLs its
simple and it works. In the end the decision is yours!
simple and it works. In the end, the decision is yours!
<div class="note">
<h5>ProTip™: Use permalink Front Matter Variable</h5>

View File

@ -6,10 +6,10 @@ permalink: /docs/posts/
One of Jekylls best aspects is that it is “blog aware”. What does this mean,
exactly? Well, simply put, it means that blogging is baked into Jekylls
functionality. If you write articles and publish them online, this means that
you can publish and maintain a blog simply by managing a folder of text-files on
your computer. Compared to the hassle of configuring and maintaining databases
and web-based CMS systems, this will be a welcome change!
functionality. If you write articles and publish them online, you can publish
and maintain a blog simply by managing a folder of text-files on your computer.
Compared to the hassle of configuring and maintaining databases and web-based
CMS systems, this will be a welcome change!
## The Posts Folder
@ -23,7 +23,7 @@ static site.
### Creating Post Files
To create a new post, all you need to do is create a new file in the `_posts`
To create a new post, all you need to do is create a file in the `_posts`
directory. How you name files in this folder is important. Jekyll requires blog
post files to be named according to the following format:

View File

@ -11,11 +11,11 @@ knowledge and lessons that have been unearthed by Windows users.
## Installation
Julian Thilo has written up instructions to get
[Jekyll running on Windows][windows-installation] and it seems to work for most.
The instructions were written for Ruby 2.0.0, but should work for later versions
[prior to 2.2][hitimes-issue].
[Jekyll running on Windows][windows-installation] and it seems to work for most
people. The instructions were written for Ruby 2.0.0, but should work for later
versions [prior to 2.2][hitimes-issue].
Alternatively David Burela has written instructions on [how to install Jekyll via Chocolately with 3 command prompt entries](https://davidburela.wordpress.com/2015/11/28/easily-install-jekyll-on-windows-with-3-command-prompt-entries-and-chocolatey/)
Alternatively David Burela has written instructions on [how to install Jekyll via Chocolately with 3 command prompt entries](https://davidburela.wordpress.com/2015/11/28/easily-install-jekyll-on-windows-with-3-command-prompt-entries-and-chocolatey/).
## Encoding