Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit 3cb20a3

Browse files
committed
Initial commit
1 parent 1fe5f65 commit 3cb20a3

13 files changed

+102
-0
lines changed

CNAME

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
<<<<<<< HEAD
12
dojocon2025-teaser.coderdojo.jp
3+
=======
4+
teaser-template.coderdojo.jp
5+
>>>>>>> b8a451b (Initial commit)

README.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# :yin_yang: Teaser Site Template for CoderDojo Conferences like [DojoCon](https://dojocon.coderdojo.jp/) / [DecaDojo](https://decadojo.coderdojo.jp/)
22

3+
<<<<<<< HEAD
34
[![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/)
5+
=======
6+
[![Screenshot of Teaser Site](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
7+
>>>>>>> b8a451b (Initial commit)
48
59
<br>
610

711
<div id='howto'></div>
812

13+
<<<<<<< HEAD
914
## :beginner: 本テンプレートの使い方
1015

1116
[承認された CoderDojo](https://coderdojo.jp/#dojos) であれば、以下の手順で本テンプレートをお使いいただけます。
@@ -25,13 +30,63 @@
2530
- 公開例 (1/2): [https://dojocon2024-teaser.coderdojo.jp/](https://dojocon2024-teaser.coderdojo.jp/)
2631
- 公開例 (2/2): [https://teaser-template.coderdojo.jp/](https://teaser-template.coderdojo.jp/)
2732
[![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/)
33+
=======
34+
## [:beginner:](#howto) 本テンプレートの使い方
35+
36+
[承認された CoderDojo](https://coderdojo.jp/#dojos) であれば、以下の手順で本テンプレートをお使いいただけます。
37+
38+
### 1. [GitHub](https://github.co.jp/) のアカウントを作る
39+
[![GitHub Singup](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-github.png?raw=true)](https://github.co.jp/)
40+
[&raquo; https://github.co.jp/](https://github.co.jp/)
41+
42+
<br>
43+
44+
45+
### 2. 本ページの画面右上にある `Use this template` -> `Create a new repository` を押す
46+
![Use this template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-template.png?raw=true)
47+
48+
<br>
49+
50+
51+
### 3. 各項目に情報を入力し、本テンプレートから新しいリポジトリを作成する
52+
![Create with template](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-create.png?raw=true)
53+
54+
<br>
55+
56+
57+
### 4. [README の動かす方法](#setup)にしたがって、適宜Webサイトを修正・確認する
58+
![Edit HTML](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-edit.png?raw=true)
59+
60+
<br>
61+
62+
63+
### 5. 準備ができたら [GitHub Pages](https://www.google.com/search?q=GitHub+Pages) から公開する
64+
- `Settings` -> `Pages` に行き、`Branch` 欄にある `None``main` に変更し、`Save` を押す
65+
- `Custom domain` 欄が表示されたらドメイン名 (例: `dojocon2024.coderdojo.jp`) を入力し、`Save` を押す
66+
- :warning: ドメインの適用には DNS 設定が必要です。ココまで設定できたら [@yasulab](https://github.com/yasulab) までご連絡ください! :email: :dash:
67+
![GitHub Pages Settings](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-domain.png?raw=true)
68+
69+
<br>
70+
71+
72+
### 6. DNS 設定が完了したら、ティザーサイトが公開できているはずです!
73+
- 公開例 (1/2): [https://dojocon2024-teaser.coderdojo.jp/](https://dojocon2024-teaser.coderdojo.jp/)
74+
- 公開例 (2/2): [https://teaser-template.coderdojo.jp/](https://teaser-template.coderdojo.jp/)
75+
[![Teaser Site Screenshot](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp/blob/main/img/readme-cover.gif?raw=true)](https://teaser-template.coderdojo.jp/)
76+
77+
<br>
78+
>>>>>>> b8a451b (Initial commit)
2879
2980

3081
<div id='setup'></div>
3182

3283
<br>
3384

85+
<<<<<<< HEAD
3486
## :wrench: Ruby / Python / Node.js / PHP で動かす方法
87+
=======
88+
## [:wrench:](#setup) Ruby / Python / Node.js / PHP で動かす方法
89+
>>>>>>> b8a451b (Initial commit)
3590
3691
### 共通
3792

@@ -75,7 +130,10 @@ $ npx http-server
75130

76131
<br>
77132

133+
<<<<<<< HEAD
78134

135+
=======
136+
>>>>>>> b8a451b (Initial commit)
79137
### PHP で動かす方法
80138

81139
```shell
@@ -91,7 +149,11 @@ $ php -S localhost:8080
91149

92150
<br>
93151

152+
<<<<<<< HEAD
94153
## :memo: 動かせたら、開催情報などを入力する
154+
=======
155+
## [:memo:](#customize) 動かせたら、開催情報などを入力する
156+
>>>>>>> b8a451b (Initial commit)
95157
96158
前項の手順で [http://localhost:8080/](http://localhost:8080/) からティザーサイトを表示できたら、以下のファイルにある各項目を修正して完成です。
97159

@@ -102,11 +164,19 @@ $ php -S localhost:8080
102164
入力例: [:octocat: coderdojo-japan/dojocon2025-teaser.coderdojo.jp - fill date / location #1](https://github.com/coderdojo-japan/dojocon2025-teaser.coderdojo.jp/pull/1/files)
103165

104166

167+
<<<<<<< HEAD
168+
=======
169+
170+
>>>>>>> b8a451b (Initial commit)
105171
<div id='references'></div>
106172
107173
<br>
108174

175+
<<<<<<< HEAD
109176
## :octocat: 関連リポジトリ
177+
=======
178+
## [:octocat:](#references) 関連リポジトリ
179+
>>>>>>> b8a451b (Initial commit)
110180
111181
- [GitHub - ティザーサイト用テンプレート](https://github.com/coderdojo-japan/teaser-template.coderdojo.jp)
112182
- [GitHub - DojoCon Japan リポジトリ一覧](https://github.com/search?q=org%3Acoderdojo-japan%20dojocon&type=repositories)
@@ -116,7 +186,11 @@ $ php -S localhost:8080
116186

117187
<div id='license'></div>
118188

189+
<<<<<<< HEAD
119190
## :handshake: Credits & Works
191+
=======
192+
## [:handshake:](#license) Credits & Works
193+
>>>>>>> b8a451b (Initial commit)
120194
121195
- :yin_yang: The CoderDojo logo in header - See the [CoderDojo Charter](https://coderdojo.jp/charter).
122196
- :camera_flash: The CoderDojo object in footer is crafted by [DojoCon Japan 2016](https://dojocon2016.coderdojo.jp/) team and photo by [@yasulab](https://github.com/yasulab).

img/cover.jpg

123 KB
Loading

img/readme-cover.gif

1.28 MB
Loading

img/readme-cover.png

257 KB
Loading

img/readme-cover.webp

66.8 KB
Loading

img/readme-create.png

57.4 KB
Loading

img/readme-domain.png

56.2 KB
Loading

img/readme-edit.png

65 KB
Loading

img/readme-github.png

47.4 KB
Loading

0 commit comments

Comments
 (0)