hexo Hello World
nodejs 

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

出现过的问题:

  1. 执行hexo d时,出现 ERROR Deployer not found: git,解决方法:
    • 是否执行过npm install hexo-deployer-git --save
    • 执行hexo init之后,是否切换过根目录。如果切换过,需要新建一个目录重新hexo init
local_offer #nodejs