Setup Hexo in Windows or WSL

Setup Hexo in Windows or WSL

Hui Zhang bio photo By Hui Zhang Comment

This post talks about how to setup Hexo in Windows and host a site in GitHub.

Install tools for Hexo

  • Download and install lastest version of Node.js.

  • Install git if you haven’t done so.

  • Install Hexo: npm install hexo-cli -g hexo init blog cd blog npm install hexo g # or hexo generate hexo s # or hexo server hexo d # or hexo deploy

  • Create a new post hexo new "My New Post"

comments powered by Disqus