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

接下来是实验区

🐦

1
2
- [ ] 任务一 未做任务 `
- [x] 任务二 已做任务 `
1
==背景高亮==
1
2
3
4
<font face="黑体">我是黑体字</font>
<font face="微软雅黑">我是微软雅黑</font>
<font color=gray size=5>gray</font>
<font color=#00ffff size=3>null</font>
1
2
3
|1|0|1|
|0|0|0|
|0|0|1|
1
2
3
4
5
6
7
8
9
10
---
title: xxx
description: xxxxxxx
---

这里是摘要

<!-- more -->

这里是更多内容