diff --git a/content/en/design/content_posts.md b/content/en/design/content_posts.md index c8843b769df7663be6d1488e557782e597af5053..23f2deafad91b00dcba871249d0e43cca252d4d0 100644 --- a/content/en/design/content_posts.md +++ b/content/en/design/content_posts.md @@ -4,7 +4,7 @@ This file is to explain in which way the content of the blogs are stored and rea ## What is supported in the blog A blog can include many formats of information, like text, pictures, videos, animations or others. -openEuler Blog is designed to support the following formats: +The blog is designed to support the following formats: 1. text 2. static picture @@ -79,8 +79,8 @@ Linking to a PDF for readers to download: ``` Linking to a url for readers to visit: ``` -... you can [read more](). +... you can [read more](). ``` ## Thanks -The content above refered to . \ No newline at end of file +The content above refered to . diff --git a/content/en/guidance/index_.md b/content/en/guidance/index_.md index a34111688453ff16a35fa509498026413dcc272b..0d2da2ee010e521169d37805079f969dad0de8b9 100644 --- a/content/en/guidance/index_.md +++ b/content/en/guidance/index_.md @@ -10,14 +10,14 @@ title = "Guidance to Post a Blog" 2. Set your primary mail box in gitee settings . -3. Sign your CLA in . +3. Sign your CLA in . 4. Prepare your git environment refering to . ## Understand blog format -The openEuler blog is written in markdown format. -You can read to get understand how the blog is designed. +The blog is written in markdown format. +You can read to get understand how the blog is designed. The head includes the following information: ``` @@ -26,7 +26,7 @@ title = "Sample Post" date = "2020-03-03" tags = ["Sample", "ABC", "cccc"] archives = "2020-03" -author = "openEuler Blog Maintainer" +author = "Blog Maintainer" summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more." +++ @@ -39,7 +39,7 @@ Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and The blog posting follows the pull request of [Gitee](gitee.com). -1. Fork openEuler blog project to your own gitee. Refer to for detailed guidance. +1. Fork openGauss blog project to your own gitee. Refer to for detailed guidance. 2. Clone the code to your local environment. diff --git a/content/zh/design/content_posts.md b/content/zh/design/content_posts.md index c8843b769df7663be6d1488e557782e597af5053..1e76490f03956d5d010d94d1f60313617580bea3 100644 --- a/content/zh/design/content_posts.md +++ b/content/zh/design/content_posts.md @@ -4,7 +4,7 @@ This file is to explain in which way the content of the blogs are stored and rea ## What is supported in the blog A blog can include many formats of information, like text, pictures, videos, animations or others. -openEuler Blog is designed to support the following formats: +This blog is designed to support the following formats: 1. text 2. static picture @@ -79,8 +79,8 @@ Linking to a PDF for readers to download: ``` Linking to a url for readers to visit: ``` -... you can [read more](). +... you can [read more](). ``` ## Thanks -The content above refered to . \ No newline at end of file +The content above refered to . diff --git a/content/zh/guidance/index_.md b/content/zh/guidance/index_.md index a34111688453ff16a35fa509498026413dcc272b..1960eceaf7a275eed0268fdafa905c3b59538be0 100644 --- a/content/zh/guidance/index_.md +++ b/content/zh/guidance/index_.md @@ -10,14 +10,14 @@ title = "Guidance to Post a Blog" 2. Set your primary mail box in gitee settings . -3. Sign your CLA in . +3. Sign your CLA in . 4. Prepare your git environment refering to . ## Understand blog format -The openEuler blog is written in markdown format. -You can read to get understand how the blog is designed. +The blog is written in markdown format. +You can read to get understand how the blog is designed. The head includes the following information: ``` @@ -26,7 +26,7 @@ title = "Sample Post" date = "2020-03-03" tags = ["Sample", "ABC", "cccc"] archives = "2020-03" -author = "openEuler Blog Maintainer" +author = "Blog Maintainer" summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more." +++ @@ -39,7 +39,7 @@ Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and The blog posting follows the pull request of [Gitee](gitee.com). -1. Fork openEuler blog project to your own gitee. Refer to for detailed guidance. +1. Fork the blog project to your own gitee. Refer to for detailed guidance. 2. Clone the code to your local environment.