Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGreensWorkshop committed Apr 15, 2022
1 parent b8c42ba commit a9b7b80
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@

#### Github pages

1. リポをフォークし、`GitHubユーザー名.github.io` として、名前を変える。
1. リポをフォークする。
1. \_config.yml を編集し、`url` を以下のように変え、変更をプッシュする。

```yaml
url: "https://GitHubユーザー名.github.io"
```
1. リポ名を `GitHubユーザー名.github.io` に変える。
1. デプロイのステイタスは、リポ上の `Actions` タブで確認する。
1. 緑色に変わると、サイトは `https://GitHubユーザー名.github.io` で利用可能になる。

Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ I was going to make my website and thought if I did it as a template, I could sh

#### Github pages

1. Fork the repo and rename to `your_github_user_name.github.io`
1. Fork the repo.
1. Edit \_config.yml and change `url` like below and push changes.

```yaml
url: "https://your_github_user_name.github.io"
```
1. Rename the repo name to `your_github_user_name.github.io`
1. Check Deploy status `Actions` tab on the repo.
1. When it's turned to green, your site is up and running at `https://your_github_user_name.github.io`

Expand Down
9 changes: 8 additions & 1 deletion _posts/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@ I was going to make my website and thought if I did it as a template, I could sh

#### Github pages

1. Fork the repo and rename to `your_github_user_name.github.io`
1. Fork the repo.
1. Edit \_config.yml and change `url` like below and push changes.

```yaml
url: "https://your_github_user_name.github.io"
```
1. Rename the repo name to `your_github_user_name.github.io`
1. Check Deploy status `Actions` tab on the repo.
1. When it's turned to green, your site is up and running at `https://your_github_user_name.github.io`

Expand Down
9 changes: 8 additions & 1 deletion ja/_posts/_README-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,14 @@

#### Github pages

1. リポをフォークし、`GitHubユーザー名.github.io` として、名前を変える。
1. リポをフォークする。
1. \_config.yml を編集し、`url` を以下のように変え、変更をプッシュする。

```yaml
url: "https://GitHubユーザー名.github.io"
```
1. リポ名を `GitHubユーザー名.github.io` に変える。
1. デプロイのステイタスは、リポ上の `Actions` タブで確認する。
1. 緑色に変わると、サイトは `https://GitHubユーザー名.github.io` で利用可能になる。

Expand Down

0 comments on commit a9b7b80

Please sign in to comment.