add webiotmakers-gallery

This commit is contained in:
Nebel 2022-10-06 15:56:56 +09:00
parent dcc81243c7
commit adc58e10bc
6 changed files with 16 additions and 2 deletions

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
with:
path: pages
path: dist
- uses: actions/deploy-pages@v1

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
dist

1
.marprc.yml Normal file
View file

@ -0,0 +1 @@
allowLocalFiles: true

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
.PHONY: build
build:
npx @marp-team/marp-cli README.md -o dist/index.html
rsync -av assets/ dist/assets/

View file

@ -50,6 +50,14 @@ Web ブラウザーからハードウェアを制御するプロトタイピン
---
## 作品例
![h800](./assets/webiotmakers-gallery.dio.png)
<!-- _footer: 画像の引用元: Web×IoT メイカーズチャレンジ 作品ギャラリー https://webiotmakers.github.io/gallery/ -->
---
## 本日のゴール
基礎編

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB