config.toml 4.9 KB
Newer Older
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
1 2
baseURL = "https://codechina.gitcode.host/developer-roadmap/python/intro/"
#baseURL = "/"
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
3
Languages = "zh-cn"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
4
title = "Python - IT技术知识开源图谱"
Miykael_xxm's avatar
pdf  
Miykael_xxm 已提交
5
theme = ["dot","hugo-theme-pdf-js"]
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40

[markup.goldmark.renderer]
unsafe = true


############################# Default Parameters ##########################
[params]
# logo is for all page
logo = ""
# logo white is for homepage logo, you can use colorful logo too...
logo_white = ""
# when logo is empty, it will shown your site title
copyright = "[CODE CHINA](https://codechina.csdn.net/) © 2020 a Hugo theme by [Gethugothemes](https://gethugothemes.com/)"




# customize color 
primary_color = "#3275a8"
body_color = "#f9f9f9"
text_color = "#636363"
text_color_dark = "#242738"
white_color = "#ffffff"
light_color = "#ffdd77"

# font family
# font_family = "lato" # Choose font family from : https://fonts.google.com/

# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io


############################## social links ##############################
  
[[params.social]]
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
41
icon = "ti-code" # themify icon pack : https://themify.me/themify-icons
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
42
link = "https://codechina.csdn.net/codechina/developer-roadmap/python/intro"
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
43 44 45 46 47 48 49 50 51 52 53


################################ 中文 ######################
# [Languages]
# languageName = "中文"
# languageCode = "zh-cn"
# weight = 0


# banner
[params.banner]
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
54
title = "IT技术知识开源图谱"
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
subtitle = "Python 路线图"
bg_image = "images/banner.jpg"
placeholder = "输入关键词"

# call to action
[params.cta]
# enable = true
# title = "Didn't find an answer to your question?"
#content = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. Suspendisse tincidunt consequat quam."
# call to action button
[params.cta.button]
# enable = true
# label = "contact us"
# link = "contact"


################## navigation #################
[[menu.main]]
name = "初阶"
url = "/junior"
weight = 2

[[menu.main]]
name = "中阶"
url = "/intermediate"
weight = 3

[[menu.main]]
name = "高阶"
url = "/senior"
weight = 4
# Dropdown menu
[[menu.main]]
weight = 5
name = "成长路线图"
hasChildren = true

  [[menu.main]]
  parent = "成长路线图"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
94 95
  name = "前端开发路线图"
  url = "https://codechina.gitcode.host/developer-roadmap/frontend/intro/"
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
96 97 98 99
  weight = 1

  [[menu.main]]
  parent = "成长路线图"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
100 101
  name = "后端开发路线图"
  url = "https://codechina.gitcode.host/developer-roadmap/backend/intro/"
Miykael_xxm's avatar
init  
Miykael_xxm 已提交
102 103
  weight = 2

Miykael_xxm's avatar
update  
Miykael_xxm 已提交
104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
  [[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

Miykael_xxm's avatar
init  
Miykael_xxm 已提交
164 165
[[menu.main]]
name = "CODE CHINA"
Miykael_xxm's avatar
update  
Miykael_xxm 已提交
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
url = "https://codechina.csdn.net/dev-roadmap"
weight = 7

[[menu.main]]
name = "我也要贡献"
weight = 6
hasChildren = true

  [[menu.main]]
  parent = "我也要贡献"
  name = "我要补充学习资源"
  url = "https://codechina.csdn.net/codechina/developer-roadmap/python/intro/-/issues"
  weight = 1

  [[menu.main]]
  parent = "我也要贡献"
  name = "我要补充领域"
  url = "https://codechina.csdn.net/dev-roadmap/dev-roadmap.gitcode.host/-/issues"
  weight = 2

  [[menu.main]]
  parent = "我也要贡献"
  name = "我要反馈建议"
  url = "https://codechina.csdn.net/codechina/developer-roadmap/python/intro/-/issues"
  weight = 3

  [[menu.main]]
  parent = "我也要贡献"
  name = "如何参与贡献?"
  url = "https://codechina.csdn.net/dev-roadmap/dev-roadmap.gitcode.host/-/blob/master/CONTRIBUTING.md"
  weight = 4