1- [ ![ Test & Deploy] ( https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/workflows/Test%20&%20Deploy/badge.svg )] ( https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/actions?query=workflow%3A%22Test+%26+Deploy%22 )
1+ [ ![ Test & Deploy] ( https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/workflows/Test%20&%20Deploy/badge.svg )] ( https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/actions?query=workflow%3A%22Test+%26+Deploy%22 )
22
33<div id =' dojocon-japan ' ></div >
44
77本ページは Coolest Projects Japan 公式Webサイトの公開リポジトリです。
88本READMEでは、公式Webサイトの更新方法を目的別にまとめています。
99
10- ( :octocat: [ 前年度のリポジトリ ] ( #references ) を引き継いで再活用しています)
10+ ( :octocat: [ 関連リポジトリ ] ( #references ) を引き継いで再活用しています)
1111
1212<br >
1313
3030
3131## [ :memo : ] ( #how-to-update ) Webサイトの更新方法
3232
33- [ ` _data ` ] ( https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/tree/main/_data ) フォルダ内に ` ファイル名.yml ` という YAML ファイルがあり、このファイルを修正すると Session 情報や Member 情報などを更新できます。
33+ [ ` _data ` ] ( https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/tree/main/_data ) フォルダ内に ` ファイル名.yml ` という YAML ファイルがあり、このファイルを修正すると Session 情報や Member 情報などを更新できます。
3434
3535なおそれぞれの YAML ファイルは次のような形式で書かれています。
3636
3737``` yml
38- # events.yml のデータ例
39-
40- - title : ニンジャ大博覧会
41- text : ニンジャ大博覧会は、CoderDojoに参加する子どもたち(ニンジャ)によるオンラインと現地の2箇所で開催する作品展示会です。プログラミング作品はもちろん、マインクラフト作品もOK。ぜひみんなの作品を見せてください、楽しみにまってます!
42- img : /img/2023/event/ninja-big-expo.jpg
43- time : オンライン&現地
44- tag : 要申し込み
45- url : /expo/
38+ # In-Kind Sponsors (機材・物品・サービス提供)
39+ - name : YassLab株式会社
40+ img : yasslab.svg
41+ type : inkind
42+ link : https://yasslab.jp/ja/
4643` ` `
4744
4845追加・修正したい箇所に応じて、下記リンク先を[上記の修正手順](#how-to)に沿って更新できます。
4946
50- - [` staff.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/staff.yaml): スタッフ情報を更新したい
51- - [`events.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/events.yml) : イベント情報を更新したい
52- - [`sessions.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/sessions.yml) : セッション情報を更新したい
53- - [`sponsors.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/tree/main/_data/sponsors.yml) : スポンサー情報を更新したい
54- - [`workshops.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/workshops.yml) : ワークショップ情報を更新したい
55- - [`projects.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/projects.yml) : ニンジャ大博覧会の作品情報を更新したい
47+ - [` faq.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/faq.yml): FAQ (よくある質問と回答) を更新したい
48+ - [`sponsors.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/tree/main/_data/sponsors.yml) : スポンサー情報を更新したい
49+
50+ <!--
51+ - [`staff.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/staff.yaml) : スタッフ情報を更新したい
52+ - [`events.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/events.yml) : イベント情報を更新したい
53+ - [`sessions.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/sessions.yml) : セッション情報を更新したい
54+ - [`workshops.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/workshops.yml) : ワークショップ情報を更新したい
55+ - [`projects.yml`](https://github.com/coderdojo-japan/coolestprojects2026.coderdojo.jp/blob/main/_data/projects.yml) : ニンジャ大博覧会の作品情報を更新したい
5656 - 参考 : [Google 検索 - ニンジャ大博覧会](https://www.google.com/search?q=%E3%83%8B%E3%83%B3%E3%82%B8%E3%83%A3%E5%A4%A7%E5%8D%9A%E8%A6%A7%E4%BC%9A)
57+ -->
5758
5859<br>
5960
@@ -122,16 +123,17 @@ $ bundle exec jekyll server
122123$ bundle exec rake test
123124` ` `
124125
125- テスト内容の詳細は [`Rakefile`](https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/blob/main/Rakefile) をご参照ください。
126+ テスト内容の詳細は [`Rakefile`](https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/blob/main/Rakefile) をご参照ください。
126127
127- 上記テストは [GitHub Actions](https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/actions) 上でも動いています。GitHub Actionsで動かしているタスクは [`.github/workflows`](https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/tree/main/.github/workflows) ディレクトリから確認できます :eyes : :white_check_mark:
128+ 上記テストは [GitHub Actions](https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/actions) 上でも動いています。GitHub Actionsで動かしているタスクは [`.github/workflows`](https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/tree/main/.github/workflows) ディレクトリから確認できます :eyes : :white_check_mark:
128129
129130<br>
130131
131132<div id='references'></div>
132133
133134# # [:octocat:](#references) 関連リポジトリ
134135
136+ - [coderdojo-japan/dojocon2025.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp)
135137- [coderdojo-japan/dojocon2024.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp)
136138- [coderdojo-japan/dojocon2023.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2023.coderdojo.jp)
137139- :memo : 2022年は [WordPress で構築](https://dojocon2022.coderdojo.jp/)されているため GitHub リポジトリは無し
@@ -166,7 +168,7 @@ The source codes, such as HTML/CSS/JavaScript and Ruby codes not declared before
166168
167169<hr>
168170
169- <a href='https://github.com/coderdojo-japan/dojocon2025 .coderdojo.jp/blob/main/LICENSE.md'>The MIT License</a>
171+ <a href='https://github.com/coderdojo-japan/coolestprojects2026 .coderdojo.jp/blob/main/LICENSE.md'>The MIT License</a>
170172
171173Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions :
172174
@@ -182,4 +184,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
182184
183185# # [©](#copyright) Copyright
184186
185- DojoCon Japan 実行委員会 & 一般社団法人 CoderDojo Japan ([@coderdojo-japan](https://github.com/coderdojo-japan)).
187+ Coolest Projects Japan 実行委員会 & 一般社団法人 CoderDojo Japan ([@coderdojo-japan](https://github.com/coderdojo-japan)).
0 commit comments