Skip to content

Commit 9d57b1d

Browse files
committed
Update year in README: 2024 -> 2025
1 parent 6d262c2 commit 9d57b1d

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
custom: https://dojocon2024.coderdojo.jp/posts/sponsors/
3+
custom: https://dojocon2025.coderdojo.jp/
44
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
55
patreon: # Replace with a single Patreon username
66
open_collective: # Replace with a single Open Collective username

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
[![Test & Deploy](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/workflows/Test%20&%20Deploy/badge.svg)](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/actions?query=workflow%3A%22Test+%26+Deploy%22)
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)
22

33
<div id='dojocon-japan'></div>
44

5-
# [:yin_yang:](#dojocon-japan) DojoCon Japan 2024 公式サイト
5+
# [:yin_yang:](#dojocon-japan) DojoCon Japan 2025 公式サイト
66

77
本ページは DojoCon Japan 公式Webサイトの公開リポジトリです。
88
本READMEでは、公式Webサイトの更新方法を目的別にまとめています。
@@ -30,7 +30,7 @@
3030

3131
## [:memo:](#how-to-update) Webサイトの更新方法
3232

33-
[`_data`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/tree/main/_data) フォルダ内に `ファイル名.yml` という YAML ファイルがあり、このファイルを修正すると Session 情報や Member 情報などを更新できます。
33+
[`_data`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/tree/main/_data) フォルダ内に `ファイル名.yml` という YAML ファイルがあり、このファイルを修正すると Session 情報や Member 情報などを更新できます。
3434

3535
なおそれぞれの YAML ファイルは次のような形式で書かれています。
3636

@@ -47,12 +47,12 @@
4747
4848
追加・修正したい箇所に応じて、下記リンク先を[上記の修正手順](#white_check_mark-共通ブラウザで情報修正を提案できます)に沿って更新できます。
4949
50-
- [`events.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/_data/events.yml): イベント情報を更新したい
51-
- [`members.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/_data/members.yml): スタッフ情報を更新したい
52-
- [`sessions.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/_data/sessions.yml): セッション情報を更新したい
53-
- [`sponsors.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/tree/main/_data/sponsors.yml): スポンサー情報を更新したい
54-
- [`workshops.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/_data/workshops.yml): ワークショップ情報を更新したい
55-
- [`projects.yml`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/_data/projects.yml): ニンジャ大博覧会の作品情報を更新したい
50+
- [`events.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/events.yml): イベント情報を更新したい
51+
- [`members.yml`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/_data/members.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): ニンジャ大博覧会の作品情報を更新したい
5656

5757
<br>
5858

@@ -127,16 +127,17 @@ $ bundle exec jekyll server
127127
$ bundle exec rake test
128128
```
129129

130-
テスト内容の詳細は [`Rakefile`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/Rakefile) をご参照ください。
130+
テスト内容の詳細は [`Rakefile`](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/Rakefile) をご参照ください。
131131

132-
上記テストは [GitHub Actions](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/actions) 上でも動いています。GitHub Actionsで動かしているタスクは [`.github/workflows`](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/tree/main/.github/workflows) ディレクトリから確認できます :eyes: :white_check_mark:
132+
上記テストは [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:
133133

134134
<br>
135135

136136
<div id='references'></div>
137137

138138
## [:octocat:](#references) 関連リポジトリ
139139

140+
- [coderdojo-japan/dojocon2024.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp)
140141
- [coderdojo-japan/dojocon2023.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2023.coderdojo.jp)
141142
- :memo: 2022年は [WordPress で構築](https://dojocon2022.coderdojo.jp/)されているため GitHub リポジトリは無し
142143
- [coderdojo-japan/dojocon2021.coderdojo.jp](https://github.com/coderdojo-japan/dojocon2021.coderdojo.jp)
@@ -170,7 +171,7 @@ The source codes, such as HTML/CSS/JavaScript and Ruby codes not declared before
170171

171172
<hr>
172173

173-
<a href='https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp/blob/main/LICENSE.md'>The MIT License</a>
174+
<a href='https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp/blob/main/LICENSE.md'>The MIT License</a>
174175

175176
Permission 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:
176177

@@ -186,4 +187,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
186187

187188
## [©](#copyright) Copyright
188189

189-
DojoCon Japan 2024 実行委員会 & 一般社団法人 CoderDojo Japan ([@coderdojo-japan](https://github.com/coderdojo-japan)).
190+
DojoCon Japan 実行委員会 & 一般社団法人 CoderDojo Japan ([@coderdojo-japan](https://github.com/coderdojo-japan)).

0 commit comments

Comments
 (0)