This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
106 lines (102 loc) · 2.42 KB
/
config.toml
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
title = "Hugo: A Fast and Flexible Website Generator"
baseurl = "http://hugodocs.netlify.com/"
MetaDataFormat = "yaml"
theme = "bourbon"
pluralizeListTitles = false
[params]
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
author = "Steve Francia (spf13) and friends"
[taxonomies]
tag = "tags"
group = "groups"
[[menu.main]]
name = "Getting Started"
identifier = "getting-started"
active = "active"
weight = -100
[[menu.main]]
name = "Content"
identifier = "content"
weight = -90
[[menu.main]]
name = "Themes"
identifier = "themes"
weight = -85
[[menu.main]]
name = "Templates"
identifier = "layout"
weight = -80
[[menu.main]]
name = "Taxonomies"
identifier = "taxonomy"
weight = -70
[[menu.main]]
name = "Extras"
identifier = "extras"
weight = -60
[[menu.resources]]
name = "Tutorials"
identifier = "tutorials"
weight = 300
[[menu.resources]]
name = "Tools"
url = "/tools/"
identifier = "tools"
weight = 400
[[menu.other]]
name = "Cmd Reference"
section = "Other Info"
identifier = "commands"
weight = 500
url = "/commands/"
[[menu.other]]
name = "Troubleshooting"
identifier = "troubleshooting"
weight = 600
# ----------------------------
# HEADER MENU
# ----------------------------
[[menu.header]]
name = "Showcases"
identifier= "showcases"
weight = -110
[[menu.header]]
parent = "showcases"
name = "Sites made with Hugo"
url = "/showcase"
[[menu.header]]
parent = "showcases"
name = "Themes Showcase"
url = "http://themes.gohugo.io"
[[menu.header]]
name = "Community"
identifier = "community"
weight = -50
[[menu.header]]
parent = "community"
name = "Discussion Forum"
url = "http://discuss.gohugo.io"
identifier= "discussion"
weight = -150
[[menu.header]]
parent = "community"
name = "Issues on Github"
url = "https://github.com/spf13/hugo/issues"
identifier = 'issues'
weight = 10
[[menu.header]]
parent = "community"
name = "Press & Articles"
url = "/community/press/"
identifier = 'press'
weight = 200
[[menu.header]]
name = "About Hugo"
identifier = "about"
weight = -10
[[menu.header]]
parent = "about"
name = "Source on Github"
url = "http://discuss.gohugo.io"
identifier= "github"
weight = -150