博客搬家啦

这是一篇测试博客。

2021-12-31搬家啦,从vultr搬到GitHub Pages了,采用hexo重新搭建。

搬家过程中有部分内容遗失,本站正在逐步恢复。

代码高亮测试

1
2
3
function test(){
console.log("Hello world!");
}
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<mate charest="utf-8" />
<title>Hello world!</title>
</head>
<body>
<h1>Hello world!</h1>
</body>
</html>

流程图测试

graph TD
  A([A]) -->|test| B(B)
  B --> C(C)
  C -->|One| D[D]
  C -->|Two| E[E]
  C -->|Three| F[F]

科学公式测试

$$
E=mc^2
$$

$$
(\sqrt{3x-1}+(1+x)^2)
$$

$$
\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))
$$


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!