提交 f043063a 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

update

上级 43549361
...@@ -38,7 +38,7 @@ contact_form_action = "#" # contact form works with : https://formspree.io ...@@ -38,7 +38,7 @@ contact_form_action = "#" # contact form works with : https://formspree.io
############################## social links ############################## ############################## social links ##############################
[[params.social]] [[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons icon = "ti-code" # themify icon pack : https://themify.me/themify-icons
link = "https://codechina.csdn.net/codechina/developer-roadmap/ai/intro" link = "https://codechina.csdn.net/codechina/developer-roadmap/ai/intro"
...@@ -88,32 +88,81 @@ weight = 4 ...@@ -88,32 +88,81 @@ weight = 4
[[menu.main]] [[menu.main]]
weight = 5 weight = 5
name = "成长路线图" name = "成长路线图"
url = "htpps://dev-roadmap.gitcode.host/"
hasChildren = true hasChildren = true
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "AI 路线图" name = "前端开发路线图"
url = "https://codechina.gitcode.host/developer-roadmap/ai/intro/" url = "https://codechina.gitcode.host/developer-roadmap/frontend/intro/"
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "安全技术路线图" name = "后端开发路线图"
url = "" url = "https://codechina.gitcode.host/developer-roadmap/backend/intro/"
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "Python 路线图" name = "DevOps 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/python/intro/" url = "https://codechina.gitcode.host/developer-roadmap/devops/intro/"
weight = 3 weight = 3
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "DevOps 路线图" name = "测试路线图"
url = "https://codechina.gitcode.host/developer-roadmap/DevOps/info/" url = "https://codechina.gitcode.host/developer-roadmap/test/intro/"
weight = 4 weight = 4
[[menu.main]]
parent = "成长路线图"
name = "安全技术路线图"
url = "https://codechina.gitcode.host/developer-roadmap/security/intro/"
weight = 5
[[menu.main]]
parent = "成长路线图"
name = "云原生路线图"
url = "https://codechina.gitcode.host/developer-roadmap/cloud-native/intro/"
weight = 6
[[menu.main]]
parent = "成长路线图"
name = "音视频路线图"
url = "https://codechina.gitcode.host/developer-roadmap/av/intro/"
weight = 8
[[menu.main]]
parent = "成长路线图"
name = "区块链路线图"
url = "https://codechina.gitcode.host/developer-roadmap/blockchain/intro/"
weight = 9
[[menu.main]]
parent = "成长路线图"
name = "鸿蒙OS路线图"
url = "https://codechina.gitcode.host/developer-roadmap/harmonyos/intro/"
weight = 10
[[menu.main]]
parent = "成长路线图"
name = "Python 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/python/intro/"
weight = 11
[[menu.main]]
parent = "成长路线图"
name = "Go 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/go/intro/"
weight = 12
[[menu.main]]
parent = "成长路线图"
name = "Rust 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/rust/intro/"
weight = 13
[[menu.main]] [[menu.main]]
name = "CODE CHINA" name = "CODE CHINA"
url = "https://codechina.csdn.net/" url = "https://codechina.csdn.net/"
......
...@@ -9,8 +9,6 @@ description: "人工智能,编程" ...@@ -9,8 +9,6 @@ description: "人工智能,编程"
# search related keywords # search related keywords
--- ---
## 编程
- Cython和C++基础 - Cython和C++基础
- OpenMP使用 - OpenMP使用
- TensorRT模型部署 - TensorRT模型部署
......
...@@ -12,7 +12,7 @@ keywords: ["人工智能","中阶"] ...@@ -12,7 +12,7 @@ keywords: ["人工智能","中阶"]
## 中阶路线图 ## 中阶路线图
{{< embed-pdf-view url="/images/Python.pdf" >}} {{< embed-pdf-view url="/images/AI.pdf" >}}
### 编程 ### 编程
......
...@@ -12,7 +12,7 @@ keywords: ["人工智能","高阶"] ...@@ -12,7 +12,7 @@ keywords: ["人工智能","高阶"]
## 高阶路线图 ## 高阶路线图
{{< embed-pdf-view url="/images/Python.pdf" >}} {{< embed-pdf-view url="/images/AI.pdf" >}}
### 数学基础 ### 数学基础
......
...@@ -55,5 +55,13 @@ ...@@ -55,5 +55,13 @@
{{ else }} {{ else }}
{{ "<!-- create /layouts/partials/overrides/header.html in your own theme or root directory to add your custom content here -->" | safeHTML }} {{ "<!-- create /layouts/partials/overrides/header.html in your own theme or root directory to add your custom content here -->" | safeHTML }}
{{ end }} {{ end }}
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?289183eba3a0dc259eb4f916d634fa7d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head> </head>
...@@ -1304,6 +1304,14 @@ ...@@ -1304,6 +1304,14 @@
content: "\e73f"; content: "\e73f";
} }
.ti-code:before {
background: url(../code.png) center / cover;
content: "";
width: 20px;
height: 20px;
display: block;
}
.ti-flickr:before { .ti-flickr:before {
content: "\e740"; content: "\e740";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册