summaryrefslogtreecommitdiffstats
path: root/docs/config/_default/menus/menus.en.toml
blob: 3f4e76879a35eb921a23efe0f6ec182a6c57f225 (plain)
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
99
100
101
102
103
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
[[docs]]
identifier = 'about'
name = 'About'
pageRef = '/about/'
weight = 10

[[docs]]
name = 'Installation'
weight = 20
identifier = 'installation'
pageRef = '/installation/'

[[docs]]
name = 'Getting started'
weight = 30
identifier = 'getting-started'
pageRef = '/getting-started/'

[[docs]]
name = 'Quick reference'
weight = 40
identifier = 'quick-reference'
pageRef = '/quick-reference/'
post = 'break'

[[docs]]
name = 'Content management'
weight = 50
identifier = 'content-management'
post = 'expanded'
pageRef = '/content-management/'

[[docs]]
name = 'Templates'
weight = 60
identifier = 'templates'
pageRef = '/templates/'

[[docs]]
name = 'Functions'
weight = 70
identifier = 'functions'
pageRef = '/functions/'

[[docs]]
name = 'Methods'
weight = 80
identifier = 'methods'
pageRef = '/methods/'

[[docs]]
name = 'Render hooks'
weight = 90
identifier = 'render-hooks'
pageRef = '/render-hooks/'

[[docs]]
name = 'Hugo Modules'
weight = 100
identifier = 'modules'
pageRef = '/hugo-modules/'

[[docs]]
name = 'Hugo Pipes'
weight = 110
identifier = 'hugo-pipes'
pageRef = '/hugo-pipes/'

[[docs]]
name = 'CLI'
weight = 120
post = 'break'
identifier = 'commands'
pageRef = '/commands/'

# Low level items

[[docs]]
name = 'Troubleshooting'
weight = 130
identifier = 'troubleshooting'
pageRef = '/troubleshooting/'

[[docs]]
name = 'Developer tools'
weight = 140
identifier = 'developer-tools'
pageRef = '/tools/'

[[docs]]
name = 'Hosting and deployment'
weight = 150
identifier = 'hosting-and-deployment'
pageRef = '/hosting-and-deployment/'

[[docs]]
name = 'Contribute'
weight = 160
post = 'break'
identifier = 'contribute'
pageRef = '/contribute/'

######## QUICKLINKS

[[quicklinks]]
identifier = 'fundamentals'
name = 'Fundamentals'
pageRef = '/tags/fundamentals/'
weight = 1

######## GLOBAL ITEMS TO BE SHARED WITH THE HUGO SITES

[[global]]
name = 'News'
weight = 1
identifier = 'news'
pageRef = '/news/'

[[global]]
name = 'Docs'
weight = 5
identifier = 'docs'
url = '/documentation/'

[[global]]
name = 'Themes'
weight = 10
identifier = 'themes'
url = 'https://themes.gohugo.io/'

# [[global]]
# name = 'Showcase'
# weight = 20
# identifier = 'showcase'
# pageRef = '/showcase/'

# Anything with a weight > 100 gets an external icon

[[global]]
name = 'Community'
weight = 150
icon = true
identifier = 'community'
post = 'external'
url = 'https://discourse.gohugo.io/'

[[global]]
name = 'GitHub'
weight = 200
identifier = 'github'
post = 'external'
url = 'https://github.com/gohugoio/hugo'