octopressについて

使い方

git clone git://github.com/imathis/octopress.git octopress
cd octopress
bundle install
rake install

投稿

bundle exec rake new_post["1st_post"]
bundle exec rake generate

編集

↓を編集する
source/_posts/2014-02-09-1st-post.markdown
bundle exec rake generate
bundle exec rake watch #これで自動的にgenerate

Liquid

# 以下みたいにすると変数とれる
{{ page.title }}

サイドバーにアーカイブ表示 & カテゴリーリスト

参考リンク