From d11777e296febcec6a79aab066b807572325d4e0 Mon Sep 17 00:00:00 2001 From: yangguo <292281050@qq.com> Date: Sat, 28 May 2022 15:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=85=A7=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/languages.toml | 4 ++-- content/zh-CN/post/4liupeng.md | 14 ++++++++++++++ content/zh-CN/post/5zhangwensong.md | 14 ++++++++++++++ content/zh-CN/post/6xiechao.md | 14 ++++++++++++++ content/zh-CN/post/7wusheng.md | 14 ++++++++++++++ content/zh-CN/post/8zhouminbghui.md | 14 ++++++++++++++ content/zh-CN/post/9baoyungang.md | 19 +++++++++++++++++++ 7 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 content/zh-CN/post/4liupeng.md create mode 100644 content/zh-CN/post/5zhangwensong.md create mode 100644 content/zh-CN/post/6xiechao.md create mode 100644 content/zh-CN/post/7wusheng.md create mode 100644 content/zh-CN/post/8zhouminbghui.md create mode 100644 content/zh-CN/post/9baoyungang.md diff --git a/config/_default/languages.toml b/config/_default/languages.toml index e2d8c82..64114d5 100644 --- a/config/_default/languages.toml +++ b/config/_default/languages.toml @@ -1,11 +1,11 @@ [zh-CN] - title = "《2022中国开源发展蓝皮书》" + title = "2022中国开源发展蓝皮书" languageName = "中文" weight = 1 contentdir = "content/zh-CN" [en] - title = "《2022中国开源发展蓝皮书》" + title = "2022中国开源发展蓝皮书" languageName = "English" weight = 2 contentdir = "content/en" diff --git a/content/zh-CN/post/4liupeng.md b/content/zh-CN/post/4liupeng.md new file mode 100644 index 0000000..ce930d7 --- /dev/null +++ b/content/zh-CN/post/4liupeng.md @@ -0,0 +1,14 @@ ++++ +author = "" +title = "刘澎" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +这里是个人介绍。 + +可以用文字/表格形式展示。 \ No newline at end of file diff --git a/content/zh-CN/post/5zhangwensong.md b/content/zh-CN/post/5zhangwensong.md new file mode 100644 index 0000000..4100b7e --- /dev/null +++ b/content/zh-CN/post/5zhangwensong.md @@ -0,0 +1,14 @@ ++++ +author = "" +title = "章文嵩" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +这里是个人介绍。 + +可以用文字/表格形式展示。 \ No newline at end of file diff --git a/content/zh-CN/post/6xiechao.md b/content/zh-CN/post/6xiechao.md new file mode 100644 index 0000000..df80d2e --- /dev/null +++ b/content/zh-CN/post/6xiechao.md @@ -0,0 +1,14 @@ ++++ +author = "" +title = "谢超(星爵)" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +这里是个人介绍。 + +可以用文字/表格形式展示。 \ No newline at end of file diff --git a/content/zh-CN/post/7wusheng.md b/content/zh-CN/post/7wusheng.md new file mode 100644 index 0000000..381b223 --- /dev/null +++ b/content/zh-CN/post/7wusheng.md @@ -0,0 +1,14 @@ ++++ +author = "" +title = "吴晟" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +这里是个人介绍。 + +可以用文字/表格形式展示。 \ No newline at end of file diff --git a/content/zh-CN/post/8zhouminbghui.md b/content/zh-CN/post/8zhouminbghui.md new file mode 100644 index 0000000..6737d69 --- /dev/null +++ b/content/zh-CN/post/8zhouminbghui.md @@ -0,0 +1,14 @@ ++++ +author = "" +title = "周明辉" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +这里是个人介绍。 + +可以用文字/表格形式展示。 \ No newline at end of file diff --git a/content/zh-CN/post/9baoyungang.md b/content/zh-CN/post/9baoyungang.md new file mode 100644 index 0000000..4598aa5 --- /dev/null +++ b/content/zh-CN/post/9baoyungang.md @@ -0,0 +1,19 @@ ++++ +author = "" +title = "包云岗" +date = "2022-05-28" +description = "" +categories = ["开源人物"] +toc = true ++++ + +## 个人信息 + +### 包云岗 + +![](https://img-service.csdnimg.cn/69b0e4f0af4b4f58b84bcda2d1f63005.png) + +| 基本项 | 描述 | +| ----- | --- | +| 个人介绍 | 包云岗,中国科学院大学计算机学院教授,中国科学院计算技术研究所研究员,担任中国开放指令生态(RISC-V)联盟秘书长、RISC-V国际基金会理事会成员。研究方向是计算机系统结构,包括数据中心体系结构、开源处理器芯片敏捷设计等。 | +| 个人照片 | ![](https://img-service.csdnimg.cn/69b0e4f0af4b4f58b84bcda2d1f63005.png) | \ No newline at end of file -- GitLab