2013-12-02から1日間の記事一覧

のんのんびより1 読了

のんのんびより 1 (MFコミックス アライブシリーズ)作者:あっとKADOKAWAAmazonkindle版ポイント50%還元の時に買った。アニメ早く見ろ。 こまちゃん先輩かわいい。

GitHub Pagesに独自ドメインを使用する

公式の手順 Configuring a custom domain for your GitHub Pages site - GitHub Docs GitHub Pagesリポジトリの直下にCNAMEファイルを作成して使用したいドメインを書く。 GitHub Pages側の作業は以上後はDNSレコードの設定する。トップレベルドメインの場合…

GitHub PagesにOctopressを設置する

Github Pagesリポジトリを作成する username.github.ioというリポジトリを作る Octopress $ git clone https://github.com/imathis/octopress.git $ cd octopress $ gem install bundler $ bundle install $ bundle exec rake install $ bundle exec rake se…