-
Install node and npm first.
-
update npm
npm install npm
-
install hexo
npm install hexo-cli -g
-
Install pandoc
the document is here: Install pandoc
Download the pandoc release
-
install package, change directory to code directory.
npm install
hexo server # start server
hexo new "post title" # create a new article
hexo
refer to: hexo command