Skip to content

Commit

Permalink
Site updated: 2015-06-30 13:56:36
Browse files Browse the repository at this point in the history
  • Loading branch information
atani committed Jun 30, 2015
1 parent f4f7dee commit 6e8ad63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 2015/06/hexoプラグインのご紹介/index.html
Expand Up @@ -11,7 +11,7 @@
<meta property="og:url" content="http://atani.github.io/2015/06/hexoプラグインのご紹介/index.html">
<meta property="og:site_name" content="Simple blog">
<meta property="og:description" content="hexo を使いはじめて、いくつか欲しい機能があったので @kazu69さんにお問い合わせしたところ、さくっと作っていただいたのでご紹介!">
<meta property="og:updated_time" content="2015-06-30T04:55:15.000Z">
<meta property="og:updated_time" content="2015-06-30T04:56:32.000Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="hexoプラグインのご紹介">
<meta name="twitter:description" content="hexo を使いはじめて、いくつか欲しい機能があったので @kazu69さんにお問い合わせしたところ、さくっと作っていただいたのでご紹介!">
Expand Down Expand Up @@ -89,7 +89,7 @@ <h2 id="hexo-filter-permalink-normalization"><a href="https://www.npmjs.com/pack
<p>設定はとても簡単。本プラグインをインストールして、 <code>_config.yml</code> に以下記述するだけ。</p>
<figure class="highlight sh"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">permalink_normalization:</span><br><span class="line"> <span class="built_in">type</span>: nfc</span><br></pre></td></tr></table></figure>
<hr>
<h2 id="hexo-tag-hatenabookmark"><a href="https://www.npmjs.com/package/hexo-tag-hatenabookmark" target="_blank" rel="external">hexo-tag-hatenabookmark</a></h2><p>facebookや、twitterなどの海外でも広く利用されているソーシャルボタンを記事に貼り付けるプラグインはたくさんあったが、和製の「はてなブックマーク」のボタンを貼り付けるプラグインがなかったので、作ってもらった。</p>
<h2 id="hexo-tag-hatenabookmark"><a href="https://www.npmjs.com/package/hexo-tag-hatenabookmark" target="_blank" rel="external">hexo-tag-hatenabookmark</a></h2><p>facebookや、twitterなどの海外でも広く利用されているソーシャルボタンを記事に貼り付けるプラグインは、たくさんあったが、和製の「はてなブックマーク」のボタンを貼り付けるプラグインがなかったので、作ってもらった。</p>
<p>こちらも設定は簡単。本プラグインをインストールして、以下2通りのどちらかで貼り付けることが出来る。</p>
<ol>
<li><p>テーマファイルの適所に以下のコードを貼り付ける</p>
Expand Down
6 changes: 3 additions & 3 deletions atom.xml
Expand Up @@ -5,7 +5,7 @@

<link href="/atom.xml" rel="self"/>
<link href="http://atani.github.io//"/>
<updated>2015-06-30T04:55:15.000Z</updated>
<updated>2015-06-30T04:56:32.000Z</updated>
<id>http://atani.github.io//</id>

<author>
Expand All @@ -20,14 +20,14 @@
<link href="http://atani.github.io/2015/06/hexo%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%E3%81%AE%E3%81%94%E7%B4%B9%E4%BB%8B/"/>
<id>http://atani.github.io/2015/06/hexoプラグインのご紹介/</id>
<published>2015-06-30T04:50:27.000Z</published>
<updated>2015-06-30T04:55:15.000Z</updated>
<updated>2015-06-30T04:56:32.000Z</updated>
<content type="html"><![CDATA[<p>hexo を使いはじめて、いくつか欲しい機能があったので <a href="http://blog.kazu69.net/" target="_blank" rel="external">@kazu69</a>さんにお問い合わせしたところ、さくっと作っていただいたのでご紹介!</p>
<a id="more"></a>
<h2 id="hexo-filter-permalink-normalization"><a href="https://www.npmjs.com/package/hexo-filter-permalink-normalization" target="_blank" rel="external">hexo-filter-permalink-normalization</a></h2><p><a href="https://atani.github.io/2015/06/hexo%E3%81%A7%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%81%AE%E3%83%91%E3%83%BC%E3%83%9E%E3%83%AA%E3%83%B3%E3%82%AF%E3%82%92%E8%A6%8B%E3%82%8C%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E3%81%97%E3%82%88%E3%81%86%EF%BC%81/">NFD問題(勝手に呼んでる)</a> について、hexo本体のスクリプトを修正していたが、hexoがアップデートされるたびに修正し直さないといけないという問題があった。<br>そこで、NFDをNFCに変換してくれるプラグイン。</p>
<p>設定はとても簡単。本プラグインをインストールして、 <code>_config.yml</code> に以下記述するだけ。</p>
<figure class="highlight sh"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">permalink_normalization:</span><br><span class="line"> <span class="built_in">type</span>: nfc</span><br></pre></td></tr></table></figure>
<hr>
<h2 id="hexo-tag-hatenabookmark"><a href="https://www.npmjs.com/package/hexo-tag-hatenabookmark" target="_blank" rel="external">hexo-tag-hatenabookmark</a></h2><p>facebookや、twitterなどの海外でも広く利用されているソーシャルボタンを記事に貼り付けるプラグインはたくさんあったが、和製の「はてなブックマーク」のボタンを貼り付けるプラグインがなかったので、作ってもらった。</p>
<h2 id="hexo-tag-hatenabookmark"><a href="https://www.npmjs.com/package/hexo-tag-hatenabookmark" target="_blank" rel="external">hexo-tag-hatenabookmark</a></h2><p>facebookや、twitterなどの海外でも広く利用されているソーシャルボタンを記事に貼り付けるプラグインは、たくさんあったが、和製の「はてなブックマーク」のボタンを貼り付けるプラグインがなかったので、作ってもらった。</p>
<p>こちらも設定は簡単。本プラグインをインストールして、以下2通りのどちらかで貼り付けることが出来る。</p>
<ol>
<li><p>テーマファイルの適所に以下のコードを貼り付ける</p>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Expand Up @@ -3,7 +3,7 @@

<url>
<loc>http://atani.github.io/2015/06/hexo%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%E3%81%AE%E3%81%94%E7%B4%B9%E4%BB%8B/</loc>
<lastmod>2015-06-30T04:55:15.000Z</lastmod>
<lastmod>2015-06-30T04:56:32.000Z</lastmod>
</url>

<url>
Expand Down

0 comments on commit 6e8ad63

Please sign in to comment.