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"

More info: Writing

Run server
1
$ hexo server

More info: Server

Generate static files
1
$ hexo generate

More info: Generating

Deploy to remote sites
1
$ hexo deploy

More info: Deployment

其他内容:

当前我使用的是aircloud模版,与该模版相关的设置,有安装搜索插件:
另外对应的demo的blog源码

1
npm i hexo-generator-search --save

然后在主目录的_config.yml文件中配置:

1
2
3
search:
path: search.json
field: post

关于*”标签”页面和“关于”*页面的创建:

1
2
hexo new page tags
hexo new page about