diff --git a/config.toml b/config.toml index af0d408c71369a70eaa235e942bbf9ca77aac85e..4354fa6ba2db914c3436bc18f1a4abf6da318d23 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://codechina.gitcode.host/developer-roadmap/Audio/intro/" +baseURL = "https://codechina.gitcode.host/developer-roadmap/av/intro/" #baseURL = "/" Languages = "zh-cn" title = "音视频 - CSDN IT 人才成长路线图" @@ -39,7 +39,7 @@ contact_form_action = "#" # contact form works with : https://formspree.io [[params.social]] icon = "ti-github" # themify icon pack : https://themify.me/themify-icons -link = "https://codechina.csdn.net/codechina/developer-roadmap/python/intro" +link = "https://codechina.csdn.net/codechina/developer-roadmap/av/intro" ################################ 中文 ###################### @@ -92,28 +92,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 = "Python 路线图" - url = "https://codechina.gitcode.host/developer-roadmap/python/intro/" + name = "DevOps 路线图" + url = "https://codechina.gitcode.host/developer-roadmap/devops/intro/" weight = 3 [[menu.main]] parent = "成长路线图" - name = "DevOps 路线图" - url = "" + 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/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]] name = "CODE CHINA" url = "https://codechina.csdn.net/" diff --git a/themes/dot/static/plugins/code.png b/themes/dot/static/plugins/code.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff3d94699e9d8cd2157546db74dfe1a9ae33582 Binary files /dev/null and b/themes/dot/static/plugins/code.png differ diff --git a/themes/dot/static/plugins/themify-icons/themify-icons.css b/themes/dot/static/plugins/themify-icons/themify-icons.css index db133b8fc80480f1683e4ea574985301744a9635..27b891157e1b19016271ce3e81555ce0536c1266 100644 --- a/themes/dot/static/plugins/themify-icons/themify-icons.css +++ b/themes/dot/static/plugins/themify-icons/themify-icons.css @@ -1304,6 +1304,14 @@ content: "\e73f"; } +.ti-code:before { + background: url(../code.png) center / cover; + content: ""; + width: 20px; + height: 20px; + display: block; +} + .ti-flickr:before { content: "\e740"; }