&tag(Octopress);
*目次 [#mb20ee2d]
#contents
*関連ページ [#o84d0e26]
*参考情報 [#xc0fce9f]
-[[Octopress:http://octopress.org/]]
-[[Markdownで書いてGitで管理するブログ「Octopress」の始め方 - tantant:http://tantant.jp/blog/Octopress/installing-octopress/]] // Macで使う方法。
-[[OctopressでGitHub無料ブログ構築。sourceをBitbucket管理。簡単ガイド! - 酒と泪とRubyとRailsと:http://morizyun.github.io/blog/octopress-gitpage-minimum-install-guide/]]

*概要 [#nb08310a]

-Jekyllカスタマイズ版。GitHub Pagesで運用することを想定されている。

*使用方法 [#hae2074d]

**GitHub Pagesの設定 [#uac5b60b]
-[[Create a New Repository:https://github.com/new]]にアクセスして、リポジトリ名に「username.github.io」を入力して、リポジトリ作成(github.comではなくて、github.ioが正解)。usernameは自分のユーザー名。

**Octopressのソースをダウンロード [#j2aef0fc]
-以下のコマンドを実行。
 git clone git@github.com:imathis/octopress.git username.github.io
-bundle実行
 cd username.github.io
 gem install bundler
 bundle install --path vendor/bundle
 bundle exec rake install


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS