Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Format details: https://aka.ms/devcontainer.json
// Config options: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/ruby
{
"name": "dojocon2024.coderdojo.jp",
"name": "dojocon2025.coderdojo.jp",

// Universal is well-customized image for Codespaces:
// https://hub.docker.com/_/microsoft-devcontainers-universal
Expand Down Expand Up @@ -51,7 +51,7 @@
"editor.renderWhitespace": false,
"files.associations": { "*.erb": "erb" },
"emmet.includeLanguages": { "erb": "html" },

// Settings for Solargraph
"solargraph.useBundler": false,
"solargraph.diagnostics": false,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

:memo: **NOTE: This applies only for source codes, not logos and images. See [README#license](https://github.com/coderdojo-japan/dojocon2024.coderdojo.jp#license) for details.**
:memo: **NOTE: This applies only for source codes, not logos and images. See [README#license](https://github.com/coderdojo-japan/dojocon2025.coderdojo.jp#license) for details.**

Copyright (c) 2016 [DojoCon Japan](https://dojocon.coderdojo.jp/) & [CoderDojo Japan](https://github.com/coderdojo-japan)

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subtitle: "Inspire Next 〜好奇心に火をつけよう〜"
description: >-
DojoCon Japan は CoderDojo コミュニティのカンファレンスイベントです。CoderDojo 関係者を対象に運営ノウハウの共有や関係者同士の交流などを目的として毎年開催されています。
url: https://dojocon2025.coderdojo.jp
date_published: 2024年7月7日
date_published: 2025年8月31日
date_event: 2025年10月25日(土曜)
venue: 久留米シティプラザ
map: https://maps.app.goo.gl/9gpxs56cK1cyMbdQ6
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: '1.2'

services:
jekyll:
# https://hub.docker.com/r/coderdojojapan/dojocon-japan-2023
# image: coderdojojapan/dojocon-japan-2024
# https://hub.docker.com/r/coderdojojapan/dojocon-japan-2025
# image: coderdojojapan/dojocon-japan-2025
build: .
volumes:
- type: bind
Expand Down