readme update
This commit is contained in:
parent
820cea9bbf
commit
246b58e7c4
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の埋め込み
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user