From 75e505e321bf988556751a0e42a04ebc44ba2e36 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Mon, 8 Feb 2021 10:28:53 +0800 Subject: [PATCH] update --- README.md | 7 ++- content/about/committee.md | 57 +++++++++++++++---- themes/simple-blog/layouts/_default/list.html | 13 ++++- 3 files changed, 62 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 999f32a..3f08b42 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -## 本项目背景 +# 项目背景 -本项目是CSDN在过去协同IT领域具有技术影响力的知名企业和专家合作,共同打造的13个当前热门技术领域的技术知识图谱。专家们整理贡献各自领域内的知识点及相关学习资源,最终由CSDN专业的编辑进行编辑汇总,并且最终制作成13张知识图谱。知识图谱绘成后,我们发现,作为一名IT工程师是多么不易, 工程师得面对日积月累的新技术, 每门新技术都需要掌握如此规模庞大的知识点。 +本项目是CSDN在编辑部协同IT领域具有技术影响力的知名企业和专家,共同打造的13个当前热门技术领域的技术知识点及相关学习资源,最终CSDN编辑进行了编辑汇总,最终制作成13张知识图谱及成长路线。通过这些知识图谱绘和成长路线,我们不难发现,作为一名IT工程师是多么不易,要面对日积月累的新技术,每门新技术都需要掌握规模庞大的知识点。 + +# 项目目的 -## 本项目目的 本着**开源精神**, 我们决定把此项目开源, 以达到以下目的: 1. 让更多的工程师通过一张图看到他所在的技术领域的视觉全貌, 享受并热爱自己的技术领域 2. 让更多的专家、IT工程师能在相关的知识点下,贡献更多的学习资源,以便大家系统化的学习,甚至相互交流 diff --git a/content/about/committee.md b/content/about/committee.md index 6b3241e..8132ff4 100644 --- a/content/about/committee.md +++ b/content/about/committee.md @@ -1,6 +1,6 @@ --- title: "技术委员会" -date: 2021-01-12 +date: 2021-02-08 draft: false summary: " " weight: 20 @@ -13,48 +13,83 @@ tags: ['about'] + + + - - - + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + - - - + + + + + - - - + + + + + + +
白凤伟 白明 白子潘包续兵曹元彦 陈大钊 邓凡平段梅姣韩鹏李博
段梅姣耿霄韩鹏姜博玮金擘鞠武军李博
李常坤廖晓娟林峰林友赛 刘洪亮 罗集 梅倩
孟令君潘佳蒲松洋 覃永靖邱煜 仇亚颖孙林林荣先乾
桑世龙舒文亮孙林林 唐刚田国法 汪列军王光
王然王忆天 王银利王卓吴成忠吴天豪 吴甜甜吴洋武军
吴洋 奚燕 许向武许智燕 严远 杨秀璋 杨永强
叶盛 于庆
张开翔 张蕾白明 张莉张舒迪张伟
张钊 章磊赵兴越甄焱鲲周祺
diff --git a/themes/simple-blog/layouts/_default/list.html b/themes/simple-blog/layouts/_default/list.html index 1c4f9e4..e0f4c7d 100644 --- a/themes/simple-blog/layouts/_default/list.html +++ b/themes/simple-blog/layouts/_default/list.html @@ -33,7 +33,7 @@

{{ .Title }}

-

{{.Date.Format "2006-01-02"}}

+

{{ .Summary | plainify | htmlUnescape }}

{{ .Params.summary2 | plainify | htmlUnescape }}

@@ -83,5 +83,16 @@ opacity: .8; font-size: 1.2rem; } + @media screen and (max-width: 650px){ + .cover{ + margin-top: -20px; + height: 720px; + clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); + background-size: 1100px; + background-repeat:repeat; + /*animation: breath 25s ease-in-out infinite;*/ + } + } + \ No newline at end of file -- GitLab