From 7b1c14a093b681361822c016ca7ebdc211d81415 Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Fri, 17 Apr 2020 17:39:48 +0800 Subject: [PATCH] change prepration description --- content/en/design/content_posts.md | 6 +++--- content/en/guidance/index_.md | 10 +++++----- content/zh/design/content_posts.md | 6 +++--- content/zh/guidance/index_.md | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/content/en/design/content_posts.md b/content/en/design/content_posts.md index c8843b76..23f2deaf 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 a3411168..0d2da2ee 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 c8843b76..1e76490f 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 a3411168..1960ecea 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. -- Gitee