Menu

Category

Archive

logo


Ruby

Error: undefined method `deep_merge' [Jekyll]

2014-05-21 17:00:00 +0900

Jekyll のバージョンを 2.0.3 に上げた際に、突然ビルドするできることができなくなってしまいました。その解決方法に関して記事です。

...More


Jekyll で使えるツイートを埋め込む Liquid タグを作成しました

2014-05-07 21:30:00 +0900

This article might be too old.

今回は Jekyll で使用できるように、新しい Liquid タグを作成しました。ブログの記事等でよく見る、Twitter のつぶやきを記事内に埋め込むタグです。使い方は、公式の Jekyll がサポートしている Gist を埋め込むタグとほとんど同じです。

...More


Adding a new Liquid tag for Jekyll (Embeding tweet)

2014-05-07 21:30:00 +0900

This article might be too old.

I made new Liquid tag that enables embedding tweets on Jekyll. This Liquid allows you to easily read tweets on articles. It’s almost like Jekyll’s official gist tag.

...More


Jekyll にて記事の deprecate フラグを立てるプラグインを作成しました

2014-04-29 09:00:00 +0900

最近、ブログを Jekyll で自分のブログを作成しています。それに伴ってプログラミングのライブラリに関する記事等、ある程度時間が立つとその記事の内容を保証できない類の記事を管理するプラグインを書いてみました。

...More


Adding a new filiter for Jekyll (Deprecated articles keeper)

2014-04-29 09:00:00 +0900

I’ve working on making my personal blog through Jekyll, recently. There I made a simple plugin which can guarantee a blog post’s validity for certain terms.

...More