iSH 上のファイルは iOS の他アプリからアクセスできる #
テキストエディタとかファイラーとかから普通にアクセスできるので、使い勝手微妙な Emacs on iSH で無理にやる必要もなく。
Markdown Editor の Taio 使うと、こんな感じか。
hugo のコンテンツ生成は、Google Cloud Shell でやった方が速いので、やや冗長だけど、これで iPad だけでできますな。
。。。iSH じゃなくて Git クライアント使う方が一般的ですかね。でも、hugo new
を iPad 上でできてるのは、まぁまぁ意義があると思っている。
- iSH
hugo new a.md
- Taio
- a.md を編集
- iSH
git add a.md
git commit
git push
- Google Cloud Shell
git pull
hugo --cleanDestinationDir
git add public
git commit
git push