创建新博客

命令行
hexo new "Hello World"

生成网站

命令行
hexo generate

启动本地服务器

命令行
hexo server

默认启动 4000 端口(可在 _config.yml 文件设定),访问 http://localhost:4000 即可浏览网页。