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

update

上级 98f3e672
...@@ -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/frontend/intro" link = "https://codechina.csdn.net/codechina/developer-roadmap/frontend/intro"
...@@ -83,36 +83,83 @@ weight = 3 ...@@ -83,36 +83,83 @@ weight = 3
name = "高阶" name = "高阶"
url = "/senior" url = "/senior"
weight = 4 weight = 4
# Dropdown menu # Dropdown menu
[[menu.main]] [[menu.main]]
weight = 5 weight = 5
name = "成长路线图" name = "成长路线图"
hasChildren = true hasChildren = true
[[menu.main]]
parent = "成长路线图"
name = "后端开发路线图"
url = "https://codechina.gitcode.host/developer-roadmap/backend/intro/"
weight = 2
[[menu.main]]
parent = "成长路线图"
name = "DevOps 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/devops/intro/"
weight = 3
[[menu.main]]
parent = "成长路线图"
name = "测试路线图"
url = "https://codechina.gitcode.host/developer-roadmap/test/intro/"
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]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "AI 路线图" name = "AI 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/ai/intro/" url = "https://codechina.gitcode.host/developer-roadmap/ai/intro/"
weight = 1 weight = 7
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "安全技术路线图" name = "音视频路线图"
url = "" url = "https://codechina.gitcode.host/developer-roadmap/av/intro/"
weight = 2 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]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "Python 路线图" name = "Python 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/python/intro/" url = "https://codechina.gitcode.host/developer-roadmap/python/intro/"
weight = 3 weight = 11
[[menu.main]] [[menu.main]]
parent = "成长路线图" parent = "成长路线图"
name = "DevOps 路线图" name = "Go 路线图"
url = "https://codechina.gitcode.host/developer-roadmap/DevOps/info/" url = "https://codechina.gitcode.host/developer-roadmap/go/intro/"
weight = 4 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"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
title: "智能化" title: "智能化"
date: 2018-12-29 date: 2018-12-29
lastmod: 2020-01-05 lastmod: 2020-01-05
weight: 3 weight: 10
type: type:
icon: # icon: #
description: "智能化" description: "智能化"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
title: "多媒体" title: "多媒体"
date: 2018-12-29 date: 2018-12-29
lastmod: 2020-01-05 lastmod: 2020-01-05
weight: 3 weight: 11
type: type:
icon: # icon: #
description: "多媒体" description: "多媒体"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
title: "跨端技术" title: "跨端技术"
date: 2018-12-29 date: 2018-12-29
lastmod: 2020-01-05 lastmod: 2020-01-05
weight: 3 weight: 9
type: type:
icon: # icon: #
description: "跨端技术" description: "跨端技术"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
title: "互动技术" title: "互动技术"
date: 2018-12-29 date: 2018-12-29
lastmod: 2020-01-05 lastmod: 2020-01-05
weight: 3 weight: 9
type: type:
icon: # icon: #
description: "互动技术" description: "互动技术"
......
...@@ -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.
先完成此消息的编辑!
想要评论请 注册