Skip to content

Commit 312a6b3

Browse files
committed
update _config.yml / move images
1 parent 952909c commit 312a6b3

24 files changed

+11
-11
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
# and they will be accessible like {{ site.your_variable }}.
44

55
timezone: Asia/Tokyo
6-
year: 2024
6+
year: 2025
77
title: DojoCon Japan
88
subtitle: "Inspire Next 〜好奇心に火をつけよう〜"
99
description: >-
1010
DojoCon Japan は CoderDojo コミュニティのカンファレンスイベントです。CoderDojo 関係者を対象に運営ノウハウの共有や関係者同士の交流などを目的として毎年開催されています。
1111
url: https://dojocon2025.coderdojo.jp
12-
date_published: 2024年7月7日
12+
date_published: 2025年7月1日
1313
date_event: 2025年10月25日(土曜)
1414
venue: 久留米シティプラザ
15-
map: https://maps.app.goo.gl/4jicdzYEBzjtHd916
15+
map: https://maps.app.goo.gl/b5onXd6HWkJPAkFn9
1616

1717
twitter: DojoConJapan
1818
facebook: DojoConJapan
1919
2020
court:
21-
contact: https://forms.gle/7wSMSLEmjc4ucVoHA
22-
registration: https://dojocon-japan.doorkeeper.jp/events/176163
21+
contact: https://forms.gle/7wSMSLEmjc4ucVoHA # TODO: update to 2025
22+
registration: https://dojocon-japan.doorkeeper.jp/events/176163 # TODO: update to 2025
2323

2424
# Build settings
2525
plugins:

_pages/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ permalink: /sessions
2626
{% if session.news-link %}
2727
<a href='{{ session.news-link }}'>
2828
{% endif %}
29-
<img src="img/{{ site.year }}/session/{{ session.profile-img }}" class="w-100 px-5" alt="プロフィール画像">
29+
<img src="/img/{{ site.year }}/session/{{ session.profile-img }}" class="w-100 px-5" alt="プロフィール画像">
3030
{% if session.news-link %}
3131
</a>
3232
{% endif %}

img/2025/session/kibikokusai.jpg

393 KB
Loading

img/2025/session/minnano-session.jpg

120 KB
Loading
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)