Compare commits
3 Commits
d09cbf8ad6
...
92386202db
Author | SHA1 | Date | |
---|---|---|---|
92386202db | |||
246b58e7c4 | |||
820cea9bbf |
@ -13,6 +13,7 @@ jobs:
|
||||
- name: Install apt packages
|
||||
run: apt update && apt install -y rsync
|
||||
- uses: actions/setup-node@v4
|
||||
node-version: 23
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
21
README.md
21
README.md
@ -21,6 +21,22 @@ https://matsuuratomoya.com
|
||||
|
||||
# 使い方のメモ
|
||||
|
||||
[hugo-book](https://github.com/alex-shpak/hugo-book)をベースに、いくつか手を加えている。
|
||||
|
||||
[hugo-micromorph](https://github.com/tomoyanonymous/hugo-micromorph)で読み込み速度をめっちゃ早くしている。
|
||||
|
||||
## インストール & ビルド
|
||||
|
||||
HugoとNode.jsを入れる。
|
||||
|
||||
```sh
|
||||
git clone gitea:tomoyanoynmous/teach-matsuuratomoya-com.git # giteaは~/.sshの中で設定すること
|
||||
hugo mod get -u
|
||||
hugo mod npm pack
|
||||
npm install
|
||||
hugo server
|
||||
```
|
||||
|
||||
## 新しい授業資料更新のファイル作成コマンド
|
||||
|
||||
```sh
|
||||
@ -29,10 +45,11 @@ hugo new --kind class content/docs/2023/code-design/10
|
||||
|
||||
## カスタムショートコード
|
||||
|
||||
テーマのショートコードも使える。
|
||||
テーマのショートコードも使える。 https://github.com/alex-shpak/hugo-book#shortcodes
|
||||
|
||||
https://github.com/alex-shpak/hugo-book#shortcodes
|
||||
CallOutは[hugo-admonition](https://github.com/KKKZOZ/hugo-admonitions)が使える。
|
||||
|
||||
FontAwesomeのIconも使える。 https://github.com/hugomods/icons/vendors/font-awesome
|
||||
|
||||
### `embed_pdf` PDFの埋め込み
|
||||
|
||||
|
@ -29,4 +29,4 @@ weight: 1
|
||||
|
||||
{{< button href="20200430_sounddesign1.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -27,4 +27,4 @@ weight: 10
|
||||
|
||||
{{< button href="20200718_sounddesign10.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -14,4 +14,4 @@ weight: 11
|
||||
|
||||
{{< button href="20200721_sounddesign11.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 12
|
||||
|
||||
{{< button href="20200728_sounddesign12.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -11,4 +11,4 @@ weight: 13
|
||||
|
||||
{{< button href="20200729_sounddesign13.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 14
|
||||
|
||||
{{< button href="20200804_sounddesign14.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 15
|
||||
|
||||
{{< button href="20200806_sounddesign15.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -37,4 +37,4 @@ weight: 2
|
||||
|
||||
{{< button href="20200507_sounddesign2.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -30,7 +30,7 @@ weight: 3
|
||||
|
||||
{{< button href="20200514_sounddesign3.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
## 非圧縮サンプル音声(ファイル名はスライド参照)
|
||||
|
||||
|
@ -13,4 +13,4 @@ weight: 4
|
||||
|
||||
{{< button href="20200625_sounddesign4.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 5
|
||||
|
||||
{{< button href="20200702_sounddesign5.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 6
|
||||
|
||||
{{< button href="20200708_sounddesign6.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 7
|
||||
|
||||
{{< button href="20200711_sounddesign7.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 8
|
||||
|
||||
{{< button href="20200714_sounddesign8.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -12,4 +12,4 @@ weight: 9
|
||||
|
||||
{{< button href="20200716_sounddesign9.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
@ -13,5 +13,5 @@ weight: 1
|
||||
|
||||
{{< button href="20210415_sounddesign1.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,7 +12,7 @@ weight: 10
|
||||
|
||||
{{< button href="20210610_sounddesign10.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
{{< button href="./20210610_missingfun.pd">}}ミッシングファンダメンタル サンプルパッチ{{< /button >}}
|
||||
|
||||
|
@ -12,6 +12,6 @@ weight: 11
|
||||
|
||||
{{< button href="20210617_sounddesign11.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
{{< button href="./20210617_stereopan_eqpower.pd">}}ステレオ等価パワーパンナー サンプルパッチ{{< /button >}}
|
@ -12,5 +12,5 @@ weight: 12
|
||||
|
||||
{{< button href="20210624_sounddesign12.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 13
|
||||
|
||||
{{< button href="20210701_sounddesign13.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,7 +12,7 @@ weight: 14
|
||||
|
||||
{{< button href="20210708_sounddesign14.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
||||
## 最終課題 サンプルパッチ
|
||||
|
@ -13,5 +13,5 @@ weight: 2
|
||||
|
||||
{{< button href="20210422_sounddesign2.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -13,5 +13,5 @@ weight: 3
|
||||
|
||||
{{< button href="20210506_sounddesign3.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 4
|
||||
|
||||
{{< button href="20210508_sounddesign4.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 5
|
||||
|
||||
{{< button href="20210513_sounddesign5.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 6
|
||||
|
||||
{{< button href="20210520_sounddesign6.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 7
|
||||
|
||||
{{< button href="20210527_sounddesign7.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,5 +12,5 @@ weight: 8
|
||||
|
||||
{{< button href="20210603_sounddesign8.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
|
@ -12,7 +12,7 @@ weight: 9
|
||||
|
||||
{{< button href="20210605_sounddesign9.pdf">}}スライド(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}スライド(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}スライド(HTML){{< /button >}}
|
||||
|
||||
## クリティカル・リスニング サンプル音源
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 1
|
||||
|
||||
{{< button href="2023-code-and-design-1.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 2
|
||||
|
||||
{{< button href="2023-code-and-design-2.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 3
|
||||
|
||||
{{< button href="2023-code-and-design-3.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 4
|
||||
|
||||
{{< button href="2023-code-and-design-4.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 5
|
||||
|
||||
{{< button href="2023-code-and-design-5.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,5 +10,5 @@ weight: 6
|
||||
|
||||
{{< button href="2023-code-and-design-6.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
@ -10,7 +10,7 @@ weight: 7
|
||||
|
||||
{{< button href="2023-code-and-design-7.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
||||
## Python Scripts for Mouse Automation
|
||||
|
@ -10,7 +10,7 @@ weight: 7
|
||||
|
||||
{{< button href="2023-code-and-design-7.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
||||
## Python Scripts for Mouse Automation
|
||||
|
@ -10,7 +10,7 @@ weight: 9
|
||||
|
||||
{{< button href="2023-code-and-design-9.pdf">}}Slides(PDF){{< /button >}}
|
||||
|
||||
{{< button href="./slides">}}Slides(HTML){{< /button >}}
|
||||
{{< button relref="./slides">}}Slides(HTML){{< /button >}}
|
||||
|
||||
|
||||
## Arduino Example
|
||||
|
Loading…
x
Reference in New Issue
Block a user