Skip to content

Commit 97348f3

Browse files
authored
Merge pull request #86 from coderdojo-japan/add-local-tech-communities
地域の技術コミュニティ紹介展示 を追加
2 parents 483c7e2 + 1e01e99 commit 97348f3

File tree

7 files changed

+53
-9
lines changed

7 files changed

+53
-9
lines changed

Rakefile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ task test: [:build] do
1313
enforce_https: true,
1414

1515
# NOTE: You can ignore file, URL, and response as follows
16-
ignore_files: [
17-
/google(.*)\.html/,
18-
],
16+
ignore_files: [],
17+
18+
# Use REGEX to skip testing URLs in a domain
1919
ignore_urls: [
20-
%r{^http://coderdojo-nago.com}, # Use REGEX to skip testing URLs in a domain like this
21-
%r{^http://www.2469samurai.com},
22-
%r{^http://food.starfree.jp},
23-
%r{^http://ichikawa.coderdojo.chiba.jp},
24-
%r{^http://coderdojo-sennan.net},
25-
]
20+
"http://www.fablab-saga.com/",
21+
],
22+
2623
#ignore_status_ignore: [0, 500, 999],
2724
}
2825

_data/events.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@
4848
tag: ワークショップ
4949
url: /events/dojocon-lt-senior/
5050
date: 2025-09-28
51+
52+
- title: 地域の技術コミュニティ紹介展示
53+
outline: DojoCon九州初開催!開催地である久留米の周辺で活動する技術コミュニティを展示でご紹介します。
54+
img: /img/events/local-tech-communities/thumbnail.webp
55+
tag: イベント
56+
url: /events/local-tech-communities/
57+
date: 2025-10-02
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: post
3+
title: 地域の技術コミュニティ紹介展示
4+
date: 2025-10-02
5+
categories: event
6+
thumbnail: /img/events/local-tech-communities/thumbnail.webp
7+
permalink: /events/local-tech-communities/
8+
---
9+
10+
<img class='w-full pb-8' src='/img/events/local-tech-communities/thumbnail.webp' alt='地域の技術コミュニティ紹介展示'>
11+
12+
今回のDojoCon Japan 2025では、開催地である久留米の周辺(福岡県・佐賀県など)で活動する技術コミュニティの展示も行います。
13+
気になるコミュニティがあれば是非活動をチェックして参加してみてください!
14+
15+
### 展示コミュニティ一覧
16+
17+
#### CuteeWorks
18+
19+
- Facebook: <a href='https://www.facebook.com/jyoshidarake/' target='_blank'>@jyoshidarake</a>
20+
- Instagram: <a href='https://www.instagram.com/jyoshidarake/' target='_blank'>@jyoshidarake</a>
21+
22+
<div class='flex justify-center'>
23+
<img class='w-4/5 py-3' src='/img/events/local-tech-communities/cutee-works.webp' alt='CuteeWorks の活動風景'>
24+
</div>
25+
26+
#### Fablab Saga
27+
28+
- ホームページ: <a href='http://www.fablab-saga.com/' target='_blank'>www.fablab-saga.com</a>
29+
30+
<div class='flex justify-center'>
31+
<img class='w-4/5 py-3' src='/img/events/local-tech-communities/fablab-saga.webp' alt='Fablab Saga の活動風景'>
32+
</div>
33+
34+
#### IX-Party
35+
36+
- Facebook: <a href='https://www.facebook.com/ix9party/' target='_blank'>@ix9party</a>
37+
38+
<div class='flex justify-center'>
39+
<img class='w-4/5 py-3' src='/img/events/local-tech-communities/ix-party.webp' alt='IX-Party の活動風景'>
40+
</div>
159 KB
Loading
112 KB
Loading
78.5 KB
Loading
149 KB
Loading

0 commit comments

Comments
 (0)