Fix posts per htmlproofer.
This commit is contained in:
parent
fdc0e33ebc
commit
1fa428c6e4
|
@ -410,7 +410,7 @@ 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
|
||||
|
||||
|
|
|
@ -91,7 +91,7 @@ Another way to deploy your Jekyll site is to use [Rake](https://github.com/jimwe
|
|||
|
||||
### rsync
|
||||
|
||||
Once you’ve 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). You’d obviously need to change the values to reflect your site’s details. There is even [a matching TextMate command](http://gist.github.com/214959) that will help you run
|
||||
Once you’ve 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). You’d obviously need to change the values to reflect your site’s details. There is even [a matching TextMate command](http://gist.github.com/214959) that will help you run
|
||||
this script from within Textmate.
|
||||
|
||||
|
||||
|
|
|
@ -53,10 +53,10 @@ You have 3 options for installing plugins:
|
|||
|
||||
In general, plugins you make will fall into one of four categories:
|
||||
|
||||
1. [Generators](#Generators)
|
||||
2. [Converters](#Converters)
|
||||
3. [Commands](#Commands)
|
||||
4. [Tags](#Tags)
|
||||
1. [Generators](#generators)
|
||||
2. [Converters](#converters)
|
||||
3. [Commands](#commands)
|
||||
4. [Tags](#tags)
|
||||
|
||||
## Generators
|
||||
|
||||
|
@ -273,7 +273,7 @@ class MyNewCommand < Jekyll::Command
|
|||
c.syntax "new [options]"
|
||||
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|
|
||||
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 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.
|
||||
- [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.
|
||||
- [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.
|
||||
|
@ -585,7 +585,7 @@ You can find a few useful plugins at the following locations:
|
|||
- [inline\_highlight](https://github.com/bdesham/inline_highlight): A tag for inline syntax highlighting.
|
||||
- [jekyll-mermaid](https://github.com/jasonbellamy/jekyll-mermaid): Simplify the creation of mermaid diagrams and flowcharts in your posts and pages.
|
||||
- [twa](https://github.com/Ezmyrelda/twa): Twemoji Awesome plugin for Jekyll. Liquid tag allowing you to use twitter emoji in your jekyll pages.
|
||||
-
|
||||
-
|
||||
#### Collections
|
||||
|
||||
- [Jekyll Plugins by Recursive Design](http://recursive-design.com/projects/jekyll-plugins/): Plugins to generate Project pages from GitHub readmes, a Category page, and a Sitemap generator.
|
||||
|
|
|
@ -43,7 +43,7 @@ file. For example, the following are examples of valid post filenames:
|
|||
<div class="note">
|
||||
<h5>ProTip™: Link to other posts</h5>
|
||||
<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
|
||||
breaking when the site permalink style changes.
|
||||
</p>
|
||||
|
|
|
@ -31,7 +31,7 @@ On Red Hat, CentOS, and Fedora systems you can do this by running:
|
|||
sudo yum install ruby-devel
|
||||
{% 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:
|
||||
|
||||
{% highlight bash %}
|
||||
|
|
|
@ -28,4 +28,4 @@ Happy developing!
|
|||
|
||||
[changelog]: /docs/history/
|
||||
[@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 %}
|
||||
|
|
|
@ -16,4 +16,4 @@ Jekyll 2.2.0 contains a few key updates:
|
|||
will now work properly).
|
||||
|
||||
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!
|
||||
|
|
Loading…
Reference in New Issue