Merge pull request #2122 from XhmikosR/whitespace
This commit is contained in:
commit
ac37b8acee
|
@ -83,7 +83,7 @@ GitHub の [Jekyll wiki](https://github.com/jekyll/jekyll/wiki) は、
|
||||||
それは適用するためのあなたの仕事で、メンテナがしなければならないことを少なくするのは
|
それは適用するためのあなたの仕事で、メンテナがしなければならないことを少なくするのは
|
||||||
とてもよいことです。
|
とてもよいことです。
|
||||||
* あなたの GitHub issue で [fix], [feature] などのタグをつけないでください。
|
* あなたの GitHub issue で [fix], [feature] などのタグをつけないでください。
|
||||||
メンテナは積極的に issue を読み、彼らが問題に出くわしたらラベルをつけるでしょう。
|
メンテナは積極的に issue を読み、彼らが問題に出くわしたらラベルをつけるでしょう。
|
||||||
|
|
||||||
最後に…
|
最後に…
|
||||||
----------
|
----------
|
||||||
|
|
|
@ -39,7 +39,7 @@ Jekyll あなたがするように伝えたことをします ― それ以上
|
||||||
* [変数](http://jekyllrb.com/docs/variables/)を使ってサイトに情報を表示する
|
* [変数](http://jekyllrb.com/docs/variables/)を使ってサイトに情報を表示する
|
||||||
* posts が生成される時の[パーマリンク](http://jekyllrb.com/docs/permalinks/)をカスタマイズ
|
* posts が生成される時の[パーマリンク](http://jekyllrb.com/docs/permalinks/)をカスタマイズ
|
||||||
* 人生を容易にするために、組み込みの [Liquid 拡張](http://jekyllrb.com/docs/templates/)を使用する
|
* 人生を容易にするために、組み込みの [Liquid 拡張](http://jekyllrb.com/docs/templates/)を使用する
|
||||||
* あなたのサイト固有のコンテンツを生成するために、カスタム[プラグイン](http://jekyllrb.com/docs/plugins/)を使用する
|
* あなたのサイト固有のコンテンツを生成するために、カスタム[プラグイン](http://jekyllrb.com/docs/plugins/)を使用する
|
||||||
|
|
||||||
## 実行時の依存関係
|
## 実行時の依存関係
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ module Jekyll
|
||||||
def initialize(level = INFO)
|
def initialize(level = INFO)
|
||||||
@log_level = level
|
@log_level = level
|
||||||
end
|
end
|
||||||
|
|
||||||
# Public: Print a jekyll debug message to stdout
|
# Public: Print a jekyll debug message to stdout
|
||||||
#
|
#
|
||||||
# topic - the topic of the message, e.g. "Configuration file", "Deprecation", etc.
|
# topic - the topic of the message, e.g. "Configuration file", "Deprecation", etc.
|
||||||
|
|
|
@ -55,11 +55,11 @@ module Jekyll
|
||||||
raise ArgumentError.new <<-eos
|
raise ArgumentError.new <<-eos
|
||||||
Invalid syntax for include tag. File contains invalid characters or sequences:
|
Invalid syntax for include tag. File contains invalid characters or sequences:
|
||||||
|
|
||||||
#{file}
|
#{file}
|
||||||
|
|
||||||
Valid syntax:
|
Valid syntax:
|
||||||
|
|
||||||
#{SYNTAX_EXAMPLE}
|
#{SYNTAX_EXAMPLE}
|
||||||
|
|
||||||
eos
|
eos
|
||||||
end
|
end
|
||||||
|
@ -71,11 +71,11 @@ eos
|
||||||
raise ArgumentError.new <<-eos
|
raise ArgumentError.new <<-eos
|
||||||
Invalid syntax for include tag:
|
Invalid syntax for include tag:
|
||||||
|
|
||||||
#{@params}
|
#{@params}
|
||||||
|
|
||||||
Valid syntax:
|
Valid syntax:
|
||||||
|
|
||||||
#{SYNTAX_EXAMPLE}
|
#{SYNTAX_EXAMPLE}
|
||||||
|
|
||||||
eos
|
eos
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# rebund(1)
|
# rebund(1)
|
||||||
#
|
#
|
||||||
# Author: Julien Letessier
|
# Author: Julien Letessier
|
||||||
# Homepage: https://github.com/mezis/rebund
|
# Homepage: https://github.com/mezis/rebund
|
||||||
# License:
|
# License:
|
||||||
|
|
|
@ -9,7 +9,7 @@ categories: [release]
|
||||||
|
|
||||||
Version 1.0.4 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
|
Version 1.0.4 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
|
||||||
|
|
||||||
Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
|
Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
|
||||||
|
|
||||||
We recommend you upgrade to Jekyll v1.0.4 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
|
We recommend you upgrade to Jekyll v1.0.4 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ categories: [release]
|
||||||
|
|
||||||
Version 1.1.2 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
|
Version 1.1.2 fixes a minor, but nonetheless important security vulnerability affecting several third-party Jekyll plugins. If your Jekyll site does not use plugins, you may, but are not required to upgrade at this time.
|
||||||
|
|
||||||
Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
|
Community and custom plugins extending the `Liquid::Drop` class may inadvertently disclose some system information such as directory structure or software configuration to users with access to the Liquid templating system.
|
||||||
|
|
||||||
We recommend you upgrade to Jekyll v1.1.2 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
|
We recommend you upgrade to Jekyll v1.1.2 immediately if you use `Liquid::Drop` plugins on your Jekyll site.
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ categories: [release]
|
||||||
|
|
||||||
Quick turnover, anyone? A [recent incompatibility with Liquid
|
Quick turnover, anyone? A [recent incompatibility with Liquid
|
||||||
v2.5.2](https://github.com/jekyll/jekyll/pull/1525) produced a nasty bug in
|
v2.5.2](https://github.com/jekyll/jekyll/pull/1525) produced a nasty bug in
|
||||||
which `include` tags were not rendered properly within `if` blocks.
|
which `include` tags were not rendered properly within `if` blocks.
|
||||||
|
|
||||||
This release also includes a better handling of detached servers (prints pid and
|
This release also includes a better handling of detached servers (prints pid and
|
||||||
the command for killing the process). **Note**: the `--detach` flag and
|
the command for killing the process). **Note**: the `--detach` flag and
|
||||||
|
|
|
@ -102,8 +102,8 @@ Jekyll's repo on GitHub.com.
|
||||||
All documentation pull requests should be directed at `master`. Pull
|
All documentation pull requests should be directed at `master`. Pull
|
||||||
requests directed at another branch will not be accepted.
|
requests directed at another branch will not be accepted.
|
||||||
|
|
||||||
The [Jekyll wiki]({{ site.repository }}/wiki) on GitHub
|
The [Jekyll wiki]({{ site.repository }}/wiki) on GitHub
|
||||||
can be freely updated without a pull request as all
|
can be freely updated without a pull request as all
|
||||||
GitHub users have access.
|
GitHub users have access.
|
||||||
|
|
||||||
If you want to add your plugin to the [list of plugins](/docs/plugins/#available_plugins),
|
If you want to add your plugin to the [list of plugins](/docs/plugins/#available_plugins),
|
||||||
|
|
|
@ -130,9 +130,9 @@ An overview of what each of these does:
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
Well-formatted site data should be placed here. The jekyll engine will
|
Well-formatted site data should be placed here. The jekyll engine will
|
||||||
autoload all yaml files (ends with <code>.yml</code> or <code>.yaml</code>)
|
autoload all yaml files (ends with <code>.yml</code> or <code>.yaml</code>)
|
||||||
in this directory. If there's a file <code>members.yml</code> under the directory,
|
in this directory. If there's a file <code>members.yml</code> under the directory,
|
||||||
then you can access contents of the file through <code>site.data.members</code>.
|
then you can access contents of the file through <code>site.data.members</code>.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -31,7 +31,7 @@ $ jekyll build --watch
|
||||||
cleaned when the site is built. Files or folders that are not
|
cleaned when the site is built. Files or folders that are not
|
||||||
created by your site will be removed. Do not use an important
|
created by your site will be removed. Do not use an important
|
||||||
location for <code><destination></code>; instead, use it as
|
location for <code><destination></code>; instead, use it as
|
||||||
a staging area and copy files from there to your web server.
|
a staging area and copy files from there to your web server.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -261,7 +261,7 @@ following is a reference of the available data.
|
||||||
<td><p><code>page.next</code></p></td>
|
<td><p><code>page.next</code></p></td>
|
||||||
<td><p>
|
<td><p>
|
||||||
|
|
||||||
The next post relative to the position of the current post in
|
The next post relative to the position of the current post in
|
||||||
<code>site.posts</code>. Returns <code>nil</code> for the last entry.
|
<code>site.posts</code>. Returns <code>nil</code> for the last entry.
|
||||||
|
|
||||||
</p></td>
|
</p></td>
|
||||||
|
@ -270,7 +270,7 @@ following is a reference of the available data.
|
||||||
<td><p><code>page.previous</code></p></td>
|
<td><p><code>page.previous</code></p></td>
|
||||||
<td><p>
|
<td><p>
|
||||||
|
|
||||||
The previous post relative to the position of the current post in
|
The previous post relative to the position of the current post in
|
||||||
<code>site.posts</code>. Returns <code>nil</code> for the first entry.
|
<code>site.posts</code>. Returns <code>nil</code> for the first entry.
|
||||||
|
|
||||||
</p></td>
|
</p></td>
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
date: 2011-04-12 13:07:09
|
date: 2011-04-12 13:07:09
|
||||||
---
|
---
|
||||||
|
|
||||||
under default configuration, this post should get processed by the identity converter. By changing
|
under default configuration, this post should get processed by the identity converter. By changing
|
||||||
textile extension or markdown extension configuration parameters, you should be able to associate
|
textile extension or markdown extension configuration parameters, you should be able to associate
|
||||||
it with either of those converters
|
it with either of those converters
|
|
@ -36,7 +36,7 @@ class TestExcerpt < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
|
||||||
context "#include(string)" do
|
context "#include(string)" do
|
||||||
|
|
||||||
setup do
|
setup do
|
||||||
@excerpt.output = "Here is a fake output stub"
|
@excerpt.output = "Here is a fake output stub"
|
||||||
end
|
end
|
||||||
|
@ -61,7 +61,7 @@ class TestExcerpt < Test::Unit::TestCase
|
||||||
assert_equal @excerpt.content, @excerpt.to_s
|
assert_equal @excerpt.content, @excerpt.to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
should "return its output if output present" do
|
should "return its output if output present" do
|
||||||
@excerpt.output = "Fake Output"
|
@excerpt.output = "Fake Output"
|
||||||
assert_equal @excerpt.output, @excerpt.to_s
|
assert_equal @excerpt.output, @excerpt.to_s
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue