mirror of
https://github.com/kou029w/chirimen-hands-on.git
synced 2025-01-18 08:05:05 +00:00
add webiotmakers-gallery
This commit is contained in:
parent
dcc81243c7
commit
adc58e10bc
6 changed files with 16 additions and 2 deletions
4
.github/workflows/github-pages.yml
vendored
4
.github/workflows/github-pages.yml
vendored
|
@ -11,8 +11,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: npx @marp-team/marp-cli README.md -o pages/index.html
|
- run: make build
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
path: pages
|
path: dist
|
||||||
- uses: actions/deploy-pages@v1
|
- uses: actions/deploy-pages@v1
|
||||||
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
dist
|
1
.marprc.yml
Normal file
1
.marprc.yml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allowLocalFiles: true
|
4
Makefile
Normal file
4
Makefile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.PHONY: build
|
||||||
|
build:
|
||||||
|
npx @marp-team/marp-cli README.md -o dist/index.html
|
||||||
|
rsync -av assets/ dist/assets/
|
|
@ -50,6 +50,14 @@ Web ブラウザーからハードウェアを制御するプロトタイピン
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 作品例
|
||||||
|
|
||||||
|
![h800](./assets/webiotmakers-gallery.dio.png)
|
||||||
|
|
||||||
|
<!-- _footer: 画像の引用元: Web×IoT メイカーズチャレンジ 作品ギャラリー https://webiotmakers.github.io/gallery/ -->
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 本日のゴール
|
## 本日のゴール
|
||||||
|
|
||||||
基礎編
|
基礎編
|
||||||
|
|
BIN
assets/webiotmakers-gallery.dio.png
Normal file
BIN
assets/webiotmakers-gallery.dio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Add table
Reference in a new issue