diff --git a/config.toml b/config.toml index dee1fdf5b8c0be52717d1b9b036028629e1c5cfd..35c8972ac734a1efb9d302dc674df88ac5c3950f 100644 --- a/config.toml +++ b/config.toml @@ -83,7 +83,6 @@ weight = 3 name = "高阶" url = "/senior" weight = 4 - # Dropdown menu [[menu.main]] weight = 5 @@ -92,16 +91,76 @@ hasChildren = true [[menu.main]] parent = "成长路线图" - name = "AI 路线图" - url = "" + name = "前端开发路线图" + url = "https://codechina.gitcode.host/developer-roadmap/frontend/intro/" weight = 1 [[menu.main]] parent = "成长路线图" - name = "安全技术 路线图" - url = "" + 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]] + parent = "成长路线图" + name = "AI 路线图" + url = "https://codechina.gitcode.host/developer-roadmap/ai/intro/" + weight = 7 + + [[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 = "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]] name = "CODE CHINA" url = "https://codechina.csdn.net/" diff --git a/themes/dot/layouts/partials/head.html b/themes/dot/layouts/partials/head.html index 64ae6448b25d9e4324b6fbef2823c98fee4da891..29ae4e7832146038f52061e1558963ca974ef611 100644 --- a/themes/dot/layouts/partials/head.html +++ b/themes/dot/layouts/partials/head.html @@ -55,5 +55,13 @@ {{ else }} {{ "" | safeHTML }} {{ end }} - +