mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-02-04 08:08:44 +00:00
Compare commits
3 commits
0dd22b9f32
...
eefa090535
Author | SHA1 | Date | |
---|---|---|---|
eefa090535 | |||
6ed28863ac | |||
8398c8b835 |
6 changed files with 483 additions and 13 deletions
23
.github/workflows/github-pages.yml
vendored
23
.github/workflows/github-pages.yml
vendored
|
@ -1,18 +1,25 @@
|
||||||
name: github-pages
|
name: github-pages
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: main
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
build:
|
||||||
permissions:
|
|
||||||
pages: write
|
|
||||||
id-token: write
|
|
||||||
environment: github-pages
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: make build
|
- run: make build
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
- uses: actions/deploy-pages@v1
|
deploy:
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ${{ steps.deploy.outputs.page_url }}
|
||||||
|
permissions:
|
||||||
|
pages: write
|
||||||
|
id-token: write
|
||||||
|
needs: build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- id: deploy
|
||||||
|
uses: actions/deploy-pages@v2
|
||||||
|
|
|
@ -8,7 +8,7 @@ style: |
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
# 2023-01-09
|
# 2023-09-30
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -36,9 +36,7 @@ JavaScript からハードウェアを制御するプロトタイピング環境
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 作品例
|
![h:600](./assets/webiotmakers-gallery.dio.png)
|
||||||
|
|
||||||
![h:550](./assets/webiotmakers-gallery.dio.png)
|
|
||||||
|
|
||||||
<!-- NOTE: CHIRIMENを使い、アイディアを凝らしてさまざまな作品を作っています。 -->
|
<!-- NOTE: CHIRIMENを使い、アイディアを凝らしてさまざまな作品を作っています。 -->
|
||||||
|
|
||||||
|
@ -190,7 +188,7 @@ node hello.js
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 2023-01-14
|
# 2023-10-01
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -322,6 +320,7 @@ https://gist.github.com/elie-j/8a27e7a65a40371e0cda5754ce0a063d
|
||||||
|
|
||||||
過去の資料
|
過去の資料
|
||||||
|
|
||||||
|
- [2022 年度 東京版](/chirimen-hands-on/2022/tokyo/)
|
||||||
- [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/)
|
- [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/)
|
||||||
- [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/)
|
- [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/)
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.4 MiB |
BIN
public/2022/tokyo/assets/led-blink.dio.png
Normal file
BIN
public/2022/tokyo/assets/led-blink.dio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 361 KiB |
BIN
public/2022/tokyo/assets/webiotmakers-gallery.dio.png
Normal file
BIN
public/2022/tokyo/assets/webiotmakers-gallery.dio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
464
public/2022/tokyo/index.html
Normal file
464
public/2022/tokyo/index.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue