From f7cc93150da80759ff0031c9f7bcfeca6182db91 Mon Sep 17 00:00:00 2001 From: togazo Date: Mon, 13 Aug 2018 21:08:27 +0900 Subject: [PATCH 1/3] =?UTF-8?q?"area:"=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=81?= =?UTF-8?q?time-schedule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _workshop/mob-programming.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_workshop/mob-programming.md b/_workshop/mob-programming.md index b666fd9..9b5ab44 100644 --- a/_workshop/mob-programming.md +++ b/_workshop/mob-programming.md @@ -3,7 +3,8 @@ title: Workshop j-title : モブプログラミングで体験する Scratch 3.0 + micro:bit 連携機能 description: モブプログラミングで、βリリースとなったばかりの Scratch 3.0 と小型マイコンボードの micro:bit との連携機能を体験するワークショップです。モブプログラミングとは、PCを操作する1人のドライバー役を順番に交代しながら、ナビゲーター役のそれ以外の全員がアドバイスをしたり、手順を教えたりして、みんなで助け合いながらタスクを進めていく開発手法です。前提とする知識は全く必要なし、PCの操作ができれば、どなたでもご参加いただけます。 thumbnail : mobpro.png -time-schedule: +time-schedule: 10:40-12:10、13:10-14:40 (2回実施) +area: TANEGASHIMA layout: workshop --- From a3ad4c262395ef682da935aa5624f954d1123aed Mon Sep 17 00:00:00 2001 From: togazo Date: Mon, 13 Aug 2018 21:11:08 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E9=A0=85?= =?UTF-8?q?=E7=9B=AE=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _workshop/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_workshop/index.html b/_workshop/index.html index 52f7f9b..188dee8 100644 --- a/_workshop/index.html +++ b/_workshop/index.html @@ -14,11 +14,10 @@
{{workshop.speaker-name}}の写真
+ src="/img/{{ workshop.thumbnail }}" alt="{{workshop.j-title}}のイメージ">

{{ workshop.j-title }}

{{workshop.time-schedule}}

-

{{ workshop.speaker-name }}

more
From e3fc467206e54a08a886ba1cbb5c14f1b1960ab5 Mon Sep 17 00:00:00 2001 From: togazo Date: Mon, 13 Aug 2018 21:15:26 +0900 Subject: [PATCH 3/3] =?UTF-8?q?area=E3=82=92=E8=BF=BD=E5=8A=A0=EF=BC=88?= =?UTF-8?q?=E4=B8=80=E6=97=A6=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _layouts/workshop.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_layouts/workshop.html b/_layouts/workshop.html index b47109f..544c569 100644 --- a/_layouts/workshop.html +++ b/_layouts/workshop.html @@ -11,6 +11,9 @@

{{page.j-title}}

{% if page.time-schedule %}

[ {{page.time-schedule}} ]

{% endif %} + {% if page.area %} + + {% endif %}
{{content}}