I used https://github.com/tommy351/hexo to create a blog and hope to deploy to heroku
hexo instruction
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
I created at local and upload the app to heroku and it reported:
Releasing to testApp... ....done, v3
It looks like everything is OK, just confuse how to execute command line such as
hexo ***
on heroku
I executed
heroku run "hexo server"
it always said
bash: hexo: command not found