Test Test

一键部署:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cd e:/y1y/x

npm install hexo-deployer-git --save

git config --global user.name "Uneac1"
git config --global user.email "1006849568@qq.com"

npm install

eval $(ssh-agent -s)

ssh-add E:/yil/yy130

git init
git add .

git remote add origin git@github.com:Uneac1/repo.git

hexo clean
hexo generate

git commit -m "RGo1"

本地部署或上传git:

  • 刷新 Hexo:
1
2
3
hexo clean
hexo g
hexo s
  • 生成静态文件并部署:
1
2
3
hexo clean
hexo generate
hexo deploy

以下为测试

欢迎来到我的 Hexo 博客!这篇文章主要用于测试 Hexo 的文章发布功能。以下是一些常见的 Markdown 语法示例:

1. 加粗和斜体

  • 加粗文本 使用 **加粗**__加粗__
  • 斜体文本 使用 *斜体*_斜体_

2. 无序列表

  • 项目一
  • 项目二
  • 项目三

3. 有序列表

  1. 第一项
  2. 第二项
  3. 第三项

4. 图片

这是一个图片示例:

灵感菇

5. 链接

点击 Hexo 官方网站 访问更多信息。

6. 代码块

这是一个代码块示例:

1
2
3
4
5
6
7
8
9
10
11
12
13
14

```yaml
highlight:
enable: true
line_number: false
tab_replace: ''
auto_detect: true
prune_html: false


### Deploy to remote sites

``` bash
$ hexo deploy

More info: Deployment