Compare commits

...

10 Commits

Author SHA1 Message Date
151318165b added fediverse creator tag
All checks were successful
Build / build (push) Successful in 13m30s
2024-12-25 20:36:51 +09:00
48ef973c54 node version specify
All checks were successful
Build / build (push) Successful in 7m42s
2024-12-12 18:55:01 +09:00
92386202db replaced button to internal link 2024-12-12 16:06:18 +09:00
246b58e7c4 readme update 2024-12-12 16:01:01 +09:00
820cea9bbf added node version 2024-12-12 16:00:57 +09:00
d09cbf8ad6 added micromorph setup
All checks were successful
Build / build (push) Successful in 9m46s
2024-12-12 15:50:44 +09:00
29c26d771a merge
All checks were successful
Build / build (push) Successful in 7m55s
2024-12-12 15:41:03 +09:00
af03bf8fa1 updated theme 2024-04-15 12:05:05 +09:00
34652408a0 fixed english 2024-04-15 12:05:05 +09:00
152d13bb76 added week 1 2024-04-15 11:54:32 +09:00
48 changed files with 118 additions and 58 deletions

View File

@ -12,20 +12,27 @@ jobs:
- run: git config --global core.quotepath false
- name: Install apt packages
run: apt update && apt install -y rsync
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 23
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0
- uses: https://github.com/actions/setup-go@v4
with:
go-version: '^1.20'
go-version: '^1.23'
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Setup Hugo modules
run: hugo mod get -u
- name: Setup Hugo npm modules
run: hugo mod npm pack
- run: npm install
- name: Run Hugo
run: hugo --minify
run: hugo --gc --minify
# - name: upload artifacs
# uses: https://github.com/actions/upload-artifact@v3
# with:

View File

@ -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の埋め込み

View File

@ -29,4 +29,4 @@ weight: 1
{{< button href="20200430_sounddesign1.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -27,4 +27,4 @@ weight: 10
{{< button href="20200718_sounddesign10.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -14,4 +14,4 @@ weight: 11
{{< button href="20200721_sounddesign11.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 12
{{< button href="20200728_sounddesign12.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -11,4 +11,4 @@ weight: 13
{{< button href="20200729_sounddesign13.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 14
{{< button href="20200804_sounddesign14.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 15
{{< button href="20200806_sounddesign15.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -37,4 +37,4 @@ weight: 2
{{< button href="20200507_sounddesign2.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -30,7 +30,7 @@ weight: 3
{{< button href="20200514_sounddesign3.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## 非圧縮サンプル音声(ファイル名はスライド参照)

View File

@ -13,4 +13,4 @@ weight: 4
{{< button href="20200625_sounddesign4.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 5
{{< button href="20200702_sounddesign5.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 6
{{< button href="20200708_sounddesign6.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 7
{{< button href="20200711_sounddesign7.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 8
{{< button href="20200714_sounddesign8.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,4 +12,4 @@ weight: 9
{{< button href="20200716_sounddesign9.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -13,5 +13,5 @@ weight: 1
{{< button href="20210415_sounddesign1.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -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 >}}

View File

@ -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 >}}

View File

@ -12,5 +12,5 @@ weight: 12
{{< button href="20210624_sounddesign12.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 13
{{< button href="20210701_sounddesign13.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,7 +12,7 @@ weight: 14
{{< button href="20210708_sounddesign14.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## 最終課題 サンプルパッチ

View File

@ -13,5 +13,5 @@ weight: 2
{{< button href="20210422_sounddesign2.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -13,5 +13,5 @@ weight: 3
{{< button href="20210506_sounddesign3.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 4
{{< button href="20210508_sounddesign4.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 5
{{< button href="20210513_sounddesign5.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 6
{{< button href="20210520_sounddesign6.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 7
{{< button href="20210527_sounddesign7.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,5 +12,5 @@ weight: 8
{{< button href="20210603_sounddesign8.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}

View File

@ -12,7 +12,7 @@ weight: 9
{{< button href="20210605_sounddesign9.pdf">}}スライドPDF{{< /button >}}
{{< button href="./slides">}}スライドHTML{{< /button >}}
{{< button relref="./slides">}}スライドHTML{{< /button >}}
## クリティカル・リスニング サンプル音源

View File

@ -10,5 +10,5 @@ weight: 1
{{< button href="2023-code-and-design-1.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,5 +10,5 @@ weight: 2
{{< button href="2023-code-and-design-2.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,5 +10,5 @@ weight: 3
{{< button href="2023-code-and-design-3.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,5 +10,5 @@ weight: 4
{{< button href="2023-code-and-design-4.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,5 +10,5 @@ weight: 5
{{< button href="2023-code-and-design-5.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,5 +10,5 @@ weight: 6
{{< button href="2023-code-and-design-6.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}

View File

@ -10,7 +10,7 @@ weight: 7
{{< button href="2023-code-and-design-7.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Python Scripts for Mouse Automation

View File

@ -10,7 +10,7 @@ weight: 7
{{< button href="2023-code-and-design-7.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Python Scripts for Mouse Automation

View File

@ -10,7 +10,7 @@ weight: 9
{{< button href="2023-code-and-design-9.pdf">}}SlidesPDF{{< /button >}}
{{< button href="./slides">}}SlidesHTML{{< /button >}}
{{< button relref="./slides">}}SlidesHTML{{< /button >}}
## Arduino Example

3
go.mod
View File

@ -1,6 +1,6 @@
module git.matsuuratomoya.com/tomoyanonymous/teach-matsuuratomoya-com
go 1.22.10
go 1.23
require (
github.com/KKKZOZ/hugo-admonitions v0.4.3 // indirect
@ -8,4 +8,5 @@ require (
github.com/hugomods/font-awesome v6.7.1+incompatible // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.12 // indirect
github.com/tomoyanonymous/hugo-micromorph v1.0.0 // indirect
)

2
go.sum
View File

@ -8,3 +8,5 @@ github.com/hugomods/icons v0.6.6 h1:gGlafcBDRP7sSID+tgLcWdog+s/QBj8DIfU+h9tZj1U=
github.com/hugomods/icons v0.6.6/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg=
github.com/hugomods/icons/vendors/font-awesome v0.6.12 h1:I8ckJFuxr8mD8bJ4NX9NrmnHd3f6XvITuD2ME8a9wXc=
github.com/hugomods/icons/vendors/font-awesome v0.6.12/go.mod h1:6YBo/5GaNpAocKwnKNWcd9xkliiRJXmwz2mstY5lr9I=
github.com/tomoyanonymous/hugo-micromorph v1.0.0 h1:yLTPilYxKbRmVliX8jwBNUJzi53CIk50PSVqgF5fXfc=
github.com/tomoyanonymous/hugo-micromorph v1.0.0/go.mod h1:KT3INsr1IVTcEazTHXOIybqnE1jB6JTJRAeXBY71FQ8=

View File

@ -20,8 +20,6 @@ contentDir = 'content'
languageName = 'English'
weight = 2
title = "Classes by Matsuura Tomoya"
# (Optional) Set Google Analytics if you use it to track your website.
# Always put it on the top of the configuration file, otherwise it won't work
@ -68,12 +66,12 @@ disableKinds = ['taxonomy']
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/tomoyanonymous/teach-matsuuratomoya-com'
BookRepo = 'https://git.matsuuratomoya.com/tomoyanonymous/teach-matsuuratomoya-com'
# Enable 'Edit this page' links for 'doc' page type.
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
# Path must point to 'content' directory of repo.
BookEditPath = 'tree/master'
BookEditPath = 'src/branch/main'
BookCommitPath = 'commit'
# (Optional, default January 2, 2006) Configure the date format used on the pages
# - In git information
@ -102,4 +100,6 @@ path = "github.com/KKKZOZ/hugo-admonitions"
[[module.imports]]
path = 'github.com/alex-shpak/hugo-book'
[[module.imports]]
path = 'github.com/tomoyanonymous/hugo-micromorph'
[[module.imports]]
path = 'github.com/hugomods/icons/vendors/font-awesome'

View File

@ -0,0 +1 @@
{{ partialCached "micromorph.html" . }}

View File

@ -0,0 +1 @@
<meta name="fediverse:creator" content="@tomoya@social.matsuuratomoya.com" />

12
package-lock.json generated
View File

@ -9,8 +9,10 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
"deepl-node": "^1.11.0",
"micromorph": "^0.4.5"
},
"devDependencies": {}
},
"node_modules/@types/node": {
"version": "20.10.3",
@ -125,6 +127,12 @@
"url": "https://tidelift.com/funding/github/npm/loglevel"
}
},
"node_modules/micromorph": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/micromorph/-/micromorph-0.4.5.tgz",
"integrity": "sha512-Erasr0xiDvDeEhh7B/k7RFTwwfaAX10D7BMorNpokkwDh6XsRLYWDPaWF1m5JQeMSkGdqlEtQ8s68NcdDWuGgw==",
"license": "MIT"
},
"node_modules/mime-db": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",

14
package.hugo.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "teach-matsuuratomoya-com",
"version": "1.0.0",
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)",
"main": "translate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
}

View File

@ -1,14 +1,23 @@
{
"name": "teach-matsuuratomoya-com",
"version": "1.0.0",
"author": "",
"comments": {
"dependencies": {
"deepl-node": "project",
"micromorph": "github.com/tomoyanonymous/hugo-micromorph"
},
"devDependencies": {}
},
"dependencies": {
"deepl-node": "^1.11.0",
"micromorph": "^0.4.5"
},
"description": "[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)",
"devDependencies": {},
"license": "ISC",
"main": "translate.js",
"name": "teach-matsuuratomoya-com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"deepl-node": "^1.11.0"
}
"version": "1.0.0"
}