0%

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.

Quick Start

Create a new post

1
$ hexo new "My New Post"

Create a page

1
$ hexo new page "New page"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

执行命令之前安装

yarn add hexo-deployer-git

1
2
3
$ hexo deploy
or
$ hexo d

More info: Deployment

搜索功能

1
yarn add hexo-generator-search