menus.zh.toml (2039B)
1 2 # Chinese menus 3 4 [[docs]] 5 name = "关于 Hugo" 6 weight = 1 7 identifier = "about" 8 url = "/zh/about/" 9 10 [[docs]] 11 name = "入门" 12 weight = 5 13 identifier = "getting-started" 14 url = "/zh/getting-started/" 15 16 [[docs]] 17 name = "主题" 18 weight = 15 19 identifier = "themes" 20 post = "break" 21 url = "/zh/themes/" 22 23 # Core languages.zh.menus 24 25 [[docs]] 26 name = "内容管理" 27 weight = 20 28 identifier = "content-management" 29 post = "expanded" 30 url = "/zh/content-management/" 31 32 [[docs]] 33 name = "模板" 34 weight = 25 35 identifier = "templates" 36 url = "/zh/templates/" 37 38 [[docs]] 39 name = "函数" 40 weight = 30 41 identifier = "functions" 42 url = "/zh/functions/" 43 44 [[docs]] 45 name = "变量" 46 weight = 35 47 identifier = "variables" 48 url = "/zh/variables/" 49 50 [[docs]] 51 name = "CLI" 52 weight = 40 53 post = "break" 54 identifier = "commands" 55 url = "/commands/" 56 57 # LOW LEVEL ITEMS 58 [[docs]] 59 name = "故障排除" 60 weight = 60 61 identifier = "troubleshooting" 62 url = "/zh/troubleshooting/" 63 64 [[docs]] 65 name = "工具" 66 weight = 70 67 identifier = "tools" 68 url = "/zh/tools/" 69 70 [[docs]] 71 name = "托管与部署" 72 weight = 80 73 identifier = "hosting-and-deployment" 74 url = "/zh/hosting-and-deployment/" 75 76 [[docs]] 77 name = "贡献" 78 weight = 100 79 post = "break" 80 identifier = "contribute" 81 url = "/zh/contribute/" 82 83 [[global]] 84 name = "新闻" 85 weight = 1 86 identifier = "news" 87 url = "/zh/news/" 88 89 [[global]] 90 name = "文档" 91 weight = 5 92 identifier = "docs" 93 url = "/zh/documentation/" 94 95 [[global]] 96 name = "主题" 97 weight = 10 98 identifier = "themes" 99 url = "https://themes.gohugo.io/" 100 101 [[global]] 102 name = "作品展示" 103 weight = 20 104 identifier = "showcase" 105 url = "/zh/showcase/" 106 107 # Anything with a weight > 100 gets an external icon 108 [[global]] 109 name = "社区" 110 weight = 150 111 icon = true 112 identifier = "community" 113 post = "external" 114 url = "https://discourse.gohugo.io/" 115 116 [[global]] 117 name = "GitHub" 118 weight = 200 119 identifier = "github" 120 post = "external" 121 url = "https://github.com/gohugoio/hugo"