Hexo博客技术

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.

创建一篇新博客

新建博客

1
$ hexo new "My New Post"

More info: Writing

生成静态页面

1
$ hexo generate

More info: Generating

运行Server

1
$ hexo server

在启动Server后,可通过在浏览器中输入http://localhost:4000 ,来预览页面效果。

More info: Server

部署到远端

1
$ hexo deploy

More info: Deployment