From f5f0b051077f2cae8afdbb8405f15f328d6dbba3 Mon Sep 17 00:00:00 2001 From: cctvcat <807254037@qq.com> Date: Fri, 12 Jul 2024 17:20:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9README.md=E9=87=8C?= =?UTF-8?q?=E7=9A=84=E6=97=A0=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8282ea4e..be579063 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ summary: 'Just about everything you'll need to style in the theme:headings, pa Here you can edit your blog. ``` -小提示:你可以复制 [https://gitee.com/opengauss/website/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md](https://gitee.com/opengauss/website/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md) 到你的工作路径下然后继续编辑。 +小提示:你可以复制 [https://gitee.com/opengauss/blog/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md](https://gitee.com/opengauss/blog/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md) 到你的工作路径下然后继续编辑。 ### 关于格式 -- Gitee From 64502a666f8e7de78c7d847574c1c5a447703bbb Mon Sep 17 00:00:00 2001 From: cctvcat <807254037@qq.com> Date: Mon, 5 Aug 2024 11:03:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9guidance=E5=92=8CR?= =?UTF-8?q?EADME.md=E4=B8=AD=E7=9A=84=E6=97=A0=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- app/zh/blogs/guidance/index.md | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index be579063..a1acf401 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ ## 准备 -1. 参考 注册 Gitee 账号。 +1. 参考 注册 Gitee 账号。 2. 在 Gitee 个人设置中设置主邮箱地址,在此 。 3. 签署贡献者协议,。 -4. 参考 准备你的 git 环境。 +4. 参考 准备你的 git 环境。 ## 理解博客格式 @@ -41,7 +41,7 @@ Here you can edit your blog. - md 文件的文件名中禁止包含 **+** 号。 - 图片命名禁止 **空格、中文 、且大小写敏感**,建议统一使用小写命名加中划线连接。如 blog-example.png。 - `
` 属于已弃用标签,vitepress 将不再支持,如有需要可以使用 `
`。 -- md 中如需使用 HTML 标签,该标签需要闭合,如<div> </div>。 +- md 中如需使用 HTML 标签,该标签需要闭合,如`
`;。 - 暂不支持 c++ 语言代码块,如果你有 c++代码需要展示,请不要指定代码块语言,而是采用默认语言。 - 如果您的博客中包含代码、文件路径、键名、命令请使用代码块将其包裹。 @@ -49,7 +49,7 @@ Here you can edit your blog. 博客的提交利用了 Gitee 的 PR(Pull Request)。 -1. Fork openGauss 博客项目 到你自己的 Gitee 上。如果需要具体指导请参考 。 +1. Fork openGauss 博客项目 到你自己的 Gitee 上。如果需要具体指导请参考 。 2. Clone 代码 @@ -104,6 +104,6 @@ git commit -m "" git push origin : ``` -2. 参考 提交你的 PR +2. 参考 提交你的 PR 3. 等待评审和合入。 diff --git a/app/zh/blogs/guidance/index.md b/app/zh/blogs/guidance/index.md index 887f5af9..d61b83ef 100644 --- a/app/zh/blogs/guidance/index.md +++ b/app/zh/blogs/guidance/index.md @@ -9,13 +9,13 @@ category: 'blog' ## 准备 -1. 参考 注册 Gitee 账号。 +1. 参考 注册 Gitee 账号。 2. 在 Gitee 个人设置中设置主邮箱地址,在此 。 3. 签署贡献者协议,。 -4. 参考 准备你的 git 环境。 +4. 参考 准备你的 git 环境。 ## 理解博客格式 @@ -25,27 +25,27 @@ openGauss 是用 markdown 格式写博客的。 ``` --- -title: "Sample Post" +title: 'Sample Post' date: '2020-03-03' category: 'blog' tags: ['openGauss'] archives: '2020-03' -author:'openGaussBlog Maintainer' -summary: "Just about everything you'll need to style in the theme:headings, paragraphs, blockquotes, tables, code blocks, and more." +author: 'openGaussBlog Maintainer' +summary: 'Just about everything you'll need to style in the theme:headings, paragraphs, blockquotes, tables, code blocks, and more.' --- Here you can edit your blog. ``` -小提示:你可以复制 [https://gitee.com/opengauss/website/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md](https://gitee.com/opengauss/website/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md) 到你的工作路径下然后继续编辑。 +小提示:你可以复制 [https://gitee.com/opengauss/blog/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md](https://gitee.com/opengauss/blog/blob/v2/app/zh/blogs/blog_example/20220901-sample-post.md) 到你的工作路径下然后继续编辑。 ### 关于格式 **站点使用了 vitepress 框架提供了更好的 SEO,及更快的加载速度,但也有更严格的打包规则,以下规则非常重要我们建议你花几分钟阅读:** - md 文件的文件名中禁止包含 **+** 号。 -- 图片命名禁止 **空格 、且大小写敏感**,建议统一使用小写命名加中划线连接。如 blog-example.png。 -- `
` 属于已弃用标签,vitepress 将不再支持,如有需要可以使用 `
`;。 +- 图片命名禁止 **空格、中文 、且大小写敏感**,建议统一使用小写命名加中划线连接。如 blog-example.png。 +- `
` 属于已弃用标签,vitepress 将不再支持,如有需要可以使用 `
`。 - md 中如需使用 HTML 标签,该标签需要闭合,如`
`。 - 暂不支持 c++ 语言代码块,如果你有 c++代码需要展示,请不要指定代码块语言,而是采用默认语言。 - 如果您的博客中包含代码、文件路径、键名、命令请使用代码块将其包裹。 @@ -54,7 +54,7 @@ Here you can edit your blog. 博客的提交利用了 Gitee 的 PR(Pull Request)。 -1. Fork openGauss 博客项目 到你自己的 Gitee 上。如果需要具体指导请参考 。 +1. Fork openGauss 博客项目 到你自己的 Gitee 上。如果需要具体指导请参考 。 2. Clone 代码 @@ -109,6 +109,6 @@ git commit -m "" git push origin : ``` -2. 参考 提交你的 PR +2. 参考 提交你的 PR 3. 等待评审和合入。 -- Gitee