diff --git a/Rakefile b/Rakefile index 8136e816..a1ab66cc 100644 --- a/Rakefile +++ b/Rakefile @@ -13,16 +13,13 @@ task test: [:build] do enforce_https: true, # NOTE: You can ignore file, URL, and response as follows - ignore_files: [ - /google(.*)\.html/, - ], + ignore_files: [], + + # Use REGEX to skip testing URLs in a domain ignore_urls: [ - %r{^http://coderdojo-nago.com}, # Use REGEX to skip testing URLs in a domain like this - %r{^http://www.2469samurai.com}, - %r{^http://food.starfree.jp}, - %r{^http://ichikawa.coderdojo.chiba.jp}, - %r{^http://coderdojo-sennan.net}, - ] + "http://www.fablab-saga.com/", + ], + #ignore_status_ignore: [0, 500, 999], } diff --git a/_data/events.yml b/_data/events.yml index 332dfc80..fc478703 100644 --- a/_data/events.yml +++ b/_data/events.yml @@ -57,3 +57,10 @@ tag: ワークショップ url: /events/dojocon-lt-senior/ date: 2025-09-28 + +- title: 地域の技術コミュニティ紹介展示 + outline: DojoCon九州初開催!開催地である久留米の周辺で活動する技術コミュニティを展示でご紹介します。 + img: /img/events/local-tech-communities/thumbnail.webp + tag: イベント + url: /events/local-tech-communities/ + date: 2025-10-02 diff --git a/_posts/2025-10-02-local-tech-communities.md b/_posts/2025-10-02-local-tech-communities.md new file mode 100644 index 00000000..e6c84277 --- /dev/null +++ b/_posts/2025-10-02-local-tech-communities.md @@ -0,0 +1,40 @@ +--- +layout: post +title: 地域の技術コミュニティ紹介展示 +date: 2025-10-02 +categories: event +thumbnail: /img/events/local-tech-communities/thumbnail.webp +permalink: /events/local-tech-communities/ +--- + +地域の技術コミュニティ紹介展示 + +今回のDojoCon Japan 2025では、開催地である久留米の周辺(福岡県・佐賀県など)で活動する技術コミュニティの展示も行います。 +気になるコミュニティがあれば是非活動をチェックして参加してみてください! + +### 展示コミュニティ一覧 + +#### CuteeWorks + +- Facebook: @jyoshidarake +- Instagram: @jyoshidarake + +
+ CuteeWorks の活動風景 +
+ +#### Fablab Saga + +- ホームページ: www.fablab-saga.com + +
+ Fablab Saga の活動風景 +
+ +#### IX-Party + +- Facebook: @ix9party + +
+ IX-Party の活動風景 +
diff --git a/img/events/local-tech-communities/cutee-works.webp b/img/events/local-tech-communities/cutee-works.webp new file mode 100755 index 00000000..4fa37532 Binary files /dev/null and b/img/events/local-tech-communities/cutee-works.webp differ diff --git a/img/events/local-tech-communities/fablab-saga.webp b/img/events/local-tech-communities/fablab-saga.webp new file mode 100755 index 00000000..ff6350d2 Binary files /dev/null and b/img/events/local-tech-communities/fablab-saga.webp differ diff --git a/img/events/local-tech-communities/ix-party.webp b/img/events/local-tech-communities/ix-party.webp new file mode 100755 index 00000000..0ca6f25b Binary files /dev/null and b/img/events/local-tech-communities/ix-party.webp differ diff --git a/img/events/local-tech-communities/thumbnail.webp b/img/events/local-tech-communities/thumbnail.webp new file mode 100644 index 00000000..6df6954c Binary files /dev/null and b/img/events/local-tech-communities/thumbnail.webp differ