gem note

tanzanite

https://github.com/gem-tanzanite/gem-tanzanite.github.io
https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main

web server for chrome
https://chromewebstore.google.com/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=ja

オンライン時

chromium --no-sandbox --in-process-gpu https://tanzanite.pages.dev/

オフライン時

cd /root/
# 現状の BSP の wget では TSL 使えない
# wget https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main
# 仕方がないので Chromium で DL する
chromium --no-sandbox --in-process-gpu --allow-file-access-from-files https://codeload.github.com/gem-tanzanite/gem-tanzanite.github.io/zip/refs/heads/main
cd /root/Downloads/
unzip gem-tanzanite.github.io-main.zip

# chromium で file url アクセス
# file:///root/Downloads/gem-tanzanite.github.io-main/index.html

2 回目以降は直接開く

chromium --no-sandbox --in-process-gpu --allow-file-access-from-files file:///root/Downloads/gem-tanzanite.github.io-main/index.html