文章目录
  1. 1. Quick Start
    1. 1.1. 创建新文件
    2. 1.2. 本地执行服务,可以通过浏览器方法
    3. 1.3. 生成静态文件
    4. 1.4. 发布到远程库中,例如github

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

创建新文件

1
$ hexo new "My New Post"

More info: Writing

本地执行服务,可以通过浏览器方法

1
$ hexo server

More info: Server

生成静态文件

1
$ hexo generate

More info: Generating

发布到远程库中,例如github

1
$ hexo deploy

More info: Deployment

文章目录
  1. 1. Quick Start
    1. 1.1. 创建新文件
    2. 1.2. 本地执行服务,可以通过浏览器方法
    3. 1.3. 生成静态文件
    4. 1.4. 发布到远程库中,例如github