Merge pull request #4512 from chrisfinazzo/grammar
Merge pull request 4512
This commit is contained in:
commit
3ba1128ac5
|
@ -500,7 +500,8 @@ defaults:
|
||||||
layout: "default"
|
layout: "default"
|
||||||
{% endhighlight %}
|
{% 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
|
### Precedence
|
||||||
|
|
||||||
|
|
|
@ -86,7 +86,7 @@ might look like:
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This approach may not suit everyone, but for people who like clean URLs it’s
|
This approach may not suit everyone, but for people who like clean URLs it’s
|
||||||
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">
|
<div class="note">
|
||||||
<h5>ProTip™: Use permalink Front Matter Variable</h5>
|
<h5>ProTip™: Use permalink Front Matter Variable</h5>
|
||||||
|
|
|
@ -6,10 +6,10 @@ permalink: /docs/posts/
|
||||||
|
|
||||||
One of Jekyll’s best aspects is that it is “blog aware”. What does this mean,
|
One of Jekyll’s best aspects is that it is “blog aware”. What does this mean,
|
||||||
exactly? Well, simply put, it means that blogging is baked into Jekyll’s
|
exactly? Well, simply put, it means that blogging is baked into Jekyll’s
|
||||||
functionality. If you write articles and publish them online, this means that
|
functionality. If you write articles and publish them online, you can publish
|
||||||
you can publish and maintain a blog simply by managing a folder of text-files on
|
and maintain a blog simply by managing a folder of text-files on your computer.
|
||||||
your computer. Compared to the hassle of configuring and maintaining databases
|
Compared to the hassle of configuring and maintaining databases and web-based
|
||||||
and web-based CMS systems, this will be a welcome change!
|
CMS systems, this will be a welcome change!
|
||||||
|
|
||||||
## The Posts Folder
|
## The Posts Folder
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ static site.
|
||||||
|
|
||||||
### Creating Post Files
|
### 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
|
directory. How you name files in this folder is important. Jekyll requires blog
|
||||||
post files to be named according to the following format:
|
post files to be named according to the following format:
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ knowledge and lessons that have been unearthed by Windows users.
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Julian Thilo has written up instructions to get
|
Julian Thilo has written up instructions to get
|
||||||
[Jekyll running on Windows][windows-installation] and it seems to work for most.
|
[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
|
people. The instructions were written for Ruby 2.0.0, but should work for later
|
||||||
[prior to 2.2][hitimes-issue].
|
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
|
## Encoding
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue