config.toml 2.3 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 4 5 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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
Languages = "zh-cn"
title = "Python - CSDN IT 人才成长路线图"

theme = ["dot"]

[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]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://codechina.csdn.net/open/pycon-2020"


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


# banner
[params.banner]
title = "CSDN IT 人才成长路线图"
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 = "成长路线图"
  name = "AI 路线图"
  url = " "
  weight = 1

  [[menu.main]]
  parent = "成长路线图"
  name = "安全技术 路线图"
  url = " "
  weight = 2

[[menu.main]]
name = "CODE CHINA"
url = "https://codechina.csdn.net/"
weight = 6