Hexo 使用教程

使用教程如下:

一、创建一个Hexo博客项目(Create a new post)

1
$ hexo new "My New Post"

More info: Writing

二、创建一个Hexo服务访问http://locahost:4000查看初始化界面(Run server)

1
$ hexo server

More info: Server

三、利用Hexo生成新的静态页面(Generate static files)

1
$ hexo generate

More info: Generating

四、发布到远程服务器(Deploy to remote sites)

1
$ hexo deploy

More info: Deployment

坚持原创技术分享,您的支持将鼓励我继续创作!