diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 7a602b19..57044184 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -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 diff --git a/site/_docs/pages.md b/site/_docs/pages.md index 59b827e2..32f7f9b8 100644 --- a/site/_docs/pages.md +++ b/site/_docs/pages.md @@ -86,7 +86,7 @@ might look like: {% endhighlight %} 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!
ProTip™: Use permalink Front Matter Variable
diff --git a/site/_docs/posts.md b/site/_docs/posts.md index 47f60f3c..1b3e322b 100644 --- a/site/_docs/posts.md +++ b/site/_docs/posts.md @@ -6,10 +6,10 @@ permalink: /docs/posts/ 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 -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: diff --git a/site/_docs/windows.md b/site/_docs/windows.md index 5a1a0a56..ddb08926 100644 --- a/site/_docs/windows.md +++ b/site/_docs/windows.md @@ -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