Fix posts per htmlproofer.

This commit is contained in:
Parker Moore 2015-02-07 23:31:15 -08:00
parent fdc0e33ebc
commit 1fa428c6e4
7 changed files with 13 additions and 13 deletions

View File

@ -410,7 +410,7 @@ 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

View File

@ -91,7 +91,7 @@ Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimwe
### rsync ### rsync
Once youve generated the `_site` directory, you can easily rsync it using a `tasks/deploy` shell script similar to [this deploy script here](https://github.com/henrik/henrik.nyh.se/blob/master/tasks/deploy). Youd obviously need to change the values to reflect your sites details. There is even [a matching TextMate command](http://gist.github.com/214959) that will help you run Once youve generated the `_site` directory, you can easily rsync it using a `tasks/deploy` shell script similar to [this deploy script here](https://github.com/henrik/henrik.nyh.se/blob/master/script/deploy). Youd obviously need to change the values to reflect your sites details. There is even [a matching TextMate command](http://gist.github.com/214959) that will help you run
this script from within Textmate. this script from within Textmate.

View File

@ -53,10 +53,10 @@ You have 3 options for installing plugins:
In general, plugins you make will fall into one of four categories: In general, plugins you make will fall into one of four categories:
1. [Generators](#Generators) 1. [Generators](#generators)
2. [Converters](#Converters) 2. [Converters](#converters)
3. [Commands](#Commands) 3. [Commands](#commands)
4. [Tags](#Tags) 4. [Tags](#tags)
## Generators ## Generators
@ -273,7 +273,7 @@ class MyNewCommand < Jekyll::Command
c.syntax "new [options]" c.syntax "new [options]"
c.description 'Create a new Jekyll site.' c.description 'Create a new Jekyll site.'
c.option 'dest', '-d DEST, 'Where the site should go.' c.option 'dest', '-d DEST', 'Where the site should go.'
c.action do |args, options| c.action do |args, options|
Jekyll::Site.new_site_at(options['dest']) Jekyll::Site.new_site_at(options['dest'])
@ -560,7 +560,7 @@ You can find a few useful plugins at the following locations:
- [Jekyll-citation](https://github.com/archome/jekyll-citation): Render BibTeX-formatted bibliographies/citations included in posts and pages (pure Ruby). - [Jekyll-citation](https://github.com/archome/jekyll-citation): Render BibTeX-formatted bibliographies/citations included in posts and pages (pure Ruby).
- [Jekyll Dribbble Set Tag](https://github.com/ericdfields/Jekyll-Dribbble-Set-Tag): Builds Dribbble image galleries from any user. - [Jekyll Dribbble Set Tag](https://github.com/ericdfields/Jekyll-Dribbble-Set-Tag): Builds Dribbble image galleries from any user.
- [Debbugs](https://gist.github.com/2218470): Allows posting links to Debian BTS easily. - [Debbugs](https://gist.github.com/2218470): Allows posting links to Debian BTS easily.
- [Refheap_tag](https://github.com/aburdette/refheap_tag): Liquid tag that allows embedding pastes from [refheap](https://refheap.com). - [Refheap_tag](https://github.com/aburdette/refheap_tag): Liquid tag that allows embedding pastes from [refheap](https://www.refheap.com/).
- [Jekyll-devonly_tag](https://gist.github.com/2403522): A block tag for including markup only during development. - [Jekyll-devonly_tag](https://gist.github.com/2403522): A block tag for including markup only during development.
- [JekyllGalleryTag](https://github.com/redwallhp/JekyllGalleryTag) by [redwallhp](https://github.com/redwallhp): Generates thumbnails from a directory of images and displays them in a grid. - [JekyllGalleryTag](https://github.com/redwallhp/JekyllGalleryTag) by [redwallhp](https://github.com/redwallhp): Generates thumbnails from a directory of images and displays them in a grid.
- [Youku and Tudou Embed](https://gist.github.com/Yexiaoxing/5891929): Liquid plugin for embedding Youku and Tudou videos. - [Youku and Tudou Embed](https://gist.github.com/Yexiaoxing/5891929): Liquid plugin for embedding Youku and Tudou videos.

View File

@ -43,7 +43,7 @@ file. For example, the following are examples of valid post filenames:
<div class="note"> <div class="note">
<h5>ProTip™: Link to other posts</h5> <h5>ProTip™: Link to other posts</h5>
<p> <p>
Use the <a href="../templates#post-url"><code>post_url</code></a> Use the <a href="../templates/#post-url"><code>post_url</code></a>
tag to link to other posts without having to worry about the URL's tag to link to other posts without having to worry about the URL's
breaking when the site permalink style changes. breaking when the site permalink style changes.
</p> </p>

View File

@ -31,7 +31,7 @@ On Red Hat, CentOS, and Fedora systems you can do this by running:
sudo yum install ruby-devel sudo yum install ruby-devel
{% endhighlight %} {% endhighlight %}
On [NearlyFreeSpeech](http://nearlyfreespeech.net/) you need to run the On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
following commands before installing Jekyll: following commands before installing Jekyll:
{% highlight bash %} {% highlight bash %}

View File

@ -28,4 +28,4 @@ Happy developing!
[changelog]: /docs/history/ [changelog]: /docs/history/
[@jglovier]: https://github.com/jglovier [@jglovier]: https://github.com/jglovier
[jekyll-1]: /news/2013/05/06/jekyll-1-0-0-released/ [jekyll-1]: {% post_url 2013-05-06-jekyll-1-0-0-released %}

View File

@ -16,4 +16,4 @@ Jekyll 2.2.0 contains a few key updates:
will now work properly). will now work properly).
As always, a full list of the updates are on the As always, a full list of the updates are on the
[history page](/docs/history#v2-2-0). Happy Jekylling! [history page](/docs/history/#v2-2-0). Happy Jekylling!