https://github.com/tommy351/hexoを使用 してブログを作成し、heroku にデプロイしたいと考えています
ヘキソ命令
Installation
$ npm install hexo -g
Quick Start
Setup your blog
$ hexo init blog
$ cd blog
$ npm install
Start the server
$ hexo server
Create a new post
$ hexo new "Hello Hexo"
Generate static files
$ hexo generate
ローカルで作成し、アプリをherokuにアップロードすると、次のように報告されました:
Releasing to testApp... ....done, v3
すべてが問題ないように見えますが、次のようなコマンドラインの実行方法を混乱させるだけです
hexo ***
ヘロクで
私は実行しました
heroku run "hexo server"
それはいつも言った
bash: hexo: command not found