Hello World

此版用于测试!

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.

This is baidu link: https://www.baidu.com/

中文字数测试

命令备忘录

以管理员模式进入git bash

cd 到当前目录

1.更新网站

1
2
3
hexo clean
hexo g
hexo d

2.修改后进行本地查看

1
hexo s

3.生成新文章

1
hexo new post "article title"

4.上传新文章

1
hexo g -d

5.写blog时使用

1
<!-- more -->
来隐藏后文

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