From 246b58e7c4a2901177fa7fc38a2e3e39012b10df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=BE=E6=B5=A6=20=E7=9F=A5=E4=B9=9F=20Matsuura=20Tomoy?= =?UTF-8?q?a?= Date: Thu, 12 Dec 2024 16:01:01 +0900 Subject: [PATCH] readme update --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d7a97..1be51d7 100644 --- a/README.md +++ b/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の埋め込み