Octopress - Google +1 ボタン追加!
Updated:
Octopress は、デフォルトで Google の “+1” ボタンを表示させることが可能です。
以下、記録です。
1. _config.yml の編集
ローカルの Octopress インストールディレクトリ配下にある _config.yml
を編集する。
File: _config.yml
1
2
3
# Google +1
google_plus_one: true # <- false を true に変更
2. デプロイ
後は、 generate
後 preview
で確認し deploy
するだけ。
$ rake generate
$ rake preview
$ rake deploy
これで、Google アカウントでログインしている人が “+1” ボタンをクリックすれば、Google の検索結果に反映されます。
以上。
Comments