11
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Github】Github Pagesで独自ドメインの自分のWebページを10分で作る

Last updated at Posted at 2019-07-06

#概要
Github Pagesを使って独自ドメインのWebページを10分で作る方法

最速でHPを公開したくなったので作った

#手順

  1. Github PagesでWebサイトを作る
  2. お名前.comでDNSの設定をする
  3. Github Pagesの設定を変更する
  4. 寝て待つ

##1. Github PagesでWebサイトを作る
新規リポジトリを作成して設定からGithub Pagesを有効にする
スクリーンショット 2019-07-06 22.57.44.png

適当にREADME.mdの中身を書いてコミット

以下のURLを適宜変更してアクセスすれば自分のWebページが確認できる

##2. お名前.comでDNSの設定をする
独自ドメインをお名前.comで取得後に、以下のページでDNSの設定を変更する
スクリーンショット 2019-07-06 21.29.42.png

以下のように自分のGithubのサーバーと独自ドメインをリンクさせる
スクリーンショット 2019-07-06 21.34.06.png

##3. Github Pagesの設定を変更する
Githubの設定を再度開いて独自ドメインを設定する
スクリーンショット 2019-07-06 23.09.57.png

##4. 寝て待つ
しばらく待ってから独自ドメインにアクセスするとGithub Pagesの自分のWebページに飛べる

#Happy Hacking :sunglasses: !

#参考
https://pages.github.com/

11
8
0

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
11
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?