config.toml 1.1 KB
Newer Older
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
1 2
baseURL = "https://dev-roadmap.gitcode.host/"
#baseURL = "/"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
3
languageCode = "zh"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
4
title = "IT技术知识开源图谱"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18
copyright = "© 2021 CODE CHINA"
paginate = 14
DefaultContentLanguage = "zh"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
theme = "simple-blog"

[menu]

  [[menu.main]]
    identifier = "project"
    name = "项目地址"
    url = "https://codechina.csdn.net/dev-roadmap"
    weight = 20
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
19 20 21 22 23
  [[menu.main]]
    identifier = "committee"
    name = "技术委员会"
    url = "/about/committee"
    weight = 30
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
24 25 26 27
  [[menu.main]]
    identifier = "about"
    name = "关于我们"
    url = "/about/us"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
28
    weight = 50
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
29 30 31 32 33

[taxonomies]
category = "categories"
tag = "tags"

Miykael_xxm's avatar
update  
Miykael_xxm 已提交
34
[params]
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
35 36 37 38 39 40
Description = "2020即将过去,站在新十年的开端,作为中国专业的IT社区,CSDN特发起“IT人才成长路线图”开源项目,与IT领域具有技术影响力的知名企业和专家合作,提炼出适合广大IT人员的学习和进阶路线,与万千技术人共成长。"

[markup]
  [markup.goldmark]
    [markup.goldmark.renderer]
      unsafe = true