LoginSignup
1

More than 5 years have passed since last update.

Octopressで独自ドメインを設定する

Last updated at Posted at 2012-05-14

octpressのプロジェクトディレクトリで、

$ echo 'example.com' >> source/CNAME

デプロイします。

$ rake deploy

これで、githubページ側の設定ができたので、DNSサーバには、www.example.com のようなサブドメインであれば organization.github.comusername.github.com をCNAMEで登録します。また、example.com のようなトップドメインであれば 207.97.227.245 をAレコードで登録します。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1