Skip to content

Commit

Permalink
fix blog
Browse files Browse the repository at this point in the history
  • Loading branch information
nissymori committed Apr 10, 2024
1 parent 069ba4d commit 7390925
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-04-09-created_personal_webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ featured: false

**ステップ1**: テンプレートページをデプロイする.

ここでは,https://<github user name>.github.ioを検索すると,テンプレートである,アインシュタインの個人ページが表示される状態になることを目指します.
1. [aI-folio](https://github.com/alshedivat/al-folio)の右上にある`Use this template`をクリックして,`<your user name>.github.io`と言う名前のレポジトリを作りましょう.この際, `Include all branches`にチェックをつけましょう.
ここでは,https://$YOUR USER NAME$.github.ioを検索すると,テンプレートである,アインシュタインの個人ページが表示される状態になることを目指します.
1. [aI-folio](https://github.com/alshedivat/al-folio)の右上にある`Use this template`をクリックして,`$YOUR USER NAME$.github.io`と言う名前のレポジトリを作りましょう.この際, `Include all branches`にチェックをつけましょう.

2. `Setting -> Actions -> General -> Workflow permission`にいき,`Read and write permission`の権限をGithub Actionに与えてください.

3. `_config.yaml``url``https://<your user name>.github.io`に変更し,`baseurl`の値を消してください.(**baseurl**と言うkeyは消さないでください)
3. `_config.yaml``url``https://$YOUR USER NAME$.github.io`に変更し,`baseurl`の値を消してください.(**baseurl**と言うkeyは消さないでください)

4. `Settings -> Pages -> Build and deployment`で,`branch``gh-pages`(github pagesでデプロイするためのbranch)に変更してください.

Expand Down

0 comments on commit 7390925

Please sign in to comment.