diff --git a/README.md b/README.md index 8282ea4e6a62ec4f3a2378a59d594c4ff1746de3..a1acf401cd11d3b3c12a5ab6d3a7c440403c8064 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ ## 准备 -1. 参考 注册 Gitee 账号。 +1. 参考 注册 Gitee 账号。 2. 在 Gitee 个人设置中设置主邮箱地址,在此 。 3. 签署贡献者协议,。 -4. 参考 准备你的 git 环境。 +4. 参考 准备你的 git 环境。 ## 理解博客格式 @@ -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) 到你的工作路径下然后继续编辑。 ### 关于格式 @@ -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 887f5af956874b837bf7527d8f87bb3483d1a59b..d61b83ef651aca791f20be7fd6ab69ffc445f6d8 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. 等待评审和合入。