Skip to content

Commit bf208e8

Browse files
authored
Update README.md
1 parent 2f2eaf4 commit bf208e8

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
- :warning: ドメインの適用には DNS 設定が必要です。ココまで設定できたら @yasulab までご連絡ください! :email: :dash:
2323
![Screenshot: GitHub Pages Settings](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/pages-settings.png?raw=true)
2424
1. DNS 設定が完了したら、ティザーサイトが公開できているはずです!
25-
- 公開例: [https://teaser-template.coderdojo.jp/](https://teaser-template.coderdojo.jp/)
25+
- 公開例 (1/2): [https://dojocon2024-teaser.coderdojo.jp/](https://dojocon2024-teaser.coderdojo.jp/)
26+
- 公開例 (2/2): [https://teaser-template.coderdojo.jp/](https://teaser-template.coderdojo.jp/)
27+
[![Screenshot of Teaser Site](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/screenshot.gif?raw=true)](https://teaser-template.coderdojo.jp/)
28+
2629

2730
<div id='setup'></div>
2831

@@ -32,7 +35,7 @@
3235

3336
### 共通
3437

35-
下記の手順でサーバーが無事立ち上がったら [`index.html`](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/index.html) を修正し、[http://localhost:8080/](http://localhost:8080/) にアクセスして修正内容を確認します
38+
下記の手順でティザーサイトをローカル環境で確認できます。無事に立ち上げられると、ブラウザで [http://localhost:8080/](http://localhost:8080/) にアクセスした際、上記のようなティザーサイトが表示されます
3639

3740
### Ruby で動かす方法
3841

@@ -83,11 +86,30 @@ $ php --version
8386
$ php -S localhost:8080
8487
```
8588

89+
90+
<div id='customize'></div>
91+
8692
<br>
8793

94+
## :memo: 動かせたら、開催情報などを入力する
95+
96+
前項の手順で [http://localhost:8080/](http://localhost:8080/) からティザーサイトを表示できたら、以下のファイルにある各項目を修正して完成です。
97+
98+
- `index.html`: 開催場所、開催日、テーマ、OGP 画像のパスなど (必須)
99+
- `site.webmanifest`: [スマホでホーム画面に追加](https://www.google.com/search?q=スマホ+ホーム画面+追加)した際に表示されるサイト名 (任意)
100+
- `sitemap.xml`: ドメイン名 (必須)
101+
102+
修正例: [:octocat: coderdojo-japan/dojocon2025-teaser.coderdojo.jp#1](https://github.com/coderdojo-japan/dojocon2025-teaser.coderdojo.jp/pull/1/files)
103+
104+
105+
106+
<div id='references'></div>
107+
108+
<br>
88109

89110
## :octocat: 関連リポジトリ
90111

112+
- [GitHub - ティザーサイト用テンプレート](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp)
91113
- [GitHub - DojoCon Japan リポジトリ一覧](https://github.com/search?q=org%3Acoderdojo-japan%20dojocon&type=repositories)
92114
- [GitHub - CoderDojo Japan organization](https://github.com/coderdojo-japan) (approved by [GitHub for Nonprofit](https://news.coderdojo.jp/2019/08/29/github-for-nonprofit/))
93115

0 commit comments

Comments
 (0)