forked from coderzh/gohugo.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
99 lines (95 loc) · 2.4 KB
/
config.yaml
1
2
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
baseurl: "https://www.gohugo.org"
languageCode: "zh-CN"
title: "Hugo中文文档"
copyright: "Copyright © <a href=\"https://blog.coderzh.com/\">CoderZh</a> 2015."
theme: "hugo-org"
canonifyurls: true
RSSUri: "feed.xml"
MetaDataFormat: "yaml"
hasCJKLanguage: true
taxonomies:
tag: "tags"
category: "categories"
doc: "doc"
menu:
home:
- Name: "文章列表"
Weight: 1
Identifier: "post"
URL: "/post/"
- Name: "皮肤列表"
Weight: 2
Identifier: "theme"
URL: "/theme/"
- Name: "示例网站"
Weight: 3
Identifier: "showcase"
URL: "/showcase/"
- Name: "关于"
Weight: 4
Identifier: "donate"
URL: "/donate/"
link:
- Name: "官方GitHub"
Weight: 1
Identifier: "hugo-github"
URL: "https://github.com/spf13/hugo"
- Name: "本站GitHub"
Weight: 2
Identifier: "hugo-org-github"
URL: "https://github.com/coderzh/gohugo.org"
doclink:
- Name: "英文文档"
Weight: 1
Identifier: "doc-en"
URL: "https://gohugo.io/overview/introduction/"
- Name: "中文文档"
Weight: 2
Identifier: "doc-cn"
URL: "/doc/"
main:
- Name: "快速开始"
Identifier: "getting started"
Weight: -100
- Name: "Hugo命令"
Identifier: "commands"
Weight: -95
URL: "/doc/commands/"
- Name: "内容(Content)"
Identifier: "content"
Weight: -90
- Name: "皮肤(Themes)"
Identifier: "themes"
Weight: -85
- Name: "模板(Templates)"
Identifier: "layout"
Weight: -80
- Name: "分类(Taxonomies)"
Identifier: "taxonomy"
Weight: -70
- Name: "其他"
Identifier: "extras"
Weight: -60
- Name: "工具"
Weight: -55
URL: "/doc/tools/"
- Name: "社区"
Identifier: "community"
Weight: -50
- Name: "指南"
Identifier: "tutorials"
Weight: -40
- Name: "讨论社区"
Parent: "community"
Weight: 150
URL: "http://discuss.gohugo.io"
- Name: "常见问题"
Identifier: "troubleshooting"
Weight: -30
- Name: "关于Hugo"
Identifier: "about"
Weight: -20
params:
Keywords: "Hugo, 博客, 中文, 文档, 皮肤, 示例, 搭建, 教程, 部署"
Description: "Hugo是由Go语言实现的静态网站生成器。简单、易用、高效、易扩展、快速部署。"
analytics: "UA-10147768-3"