forked from mattermost-community/focalboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
144 lines (120 loc) · 3.39 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
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
# Page settings
baseURL = "https://www.focalboard.com/"
canonifyURLs = true
#relativeURLs = true
title = "Focalboard: Open source alternative to Trello, Asana, and Notion"
languageCode = "en-us"
publishDir = "../docs"
pygmentsCodeFences = true
pygmentsStyle = "manni"
[taxonomies]
category = "categories"
[params]
# Meta
author = ""
description = ""
email = ""
ghrepo = "https://github.com/mattermost/focalboard/"
[params.mailinglist]
enable = false
[params.notification]
enable = false
url = "https://mattermost.com/careers"
text = "We're hiring!"
[params.search]
enable = false
[[params.sidebar.item]]
name = "download"
displayName = "Download"
draft = false
[[params.sidebar.item]]
name = "guide"
displayName = "User's Guide"
draft = false
[params.sidebar]
[[params.sidebar.item]]
name = "contribute"
displayName = "Contribute"
draft = false
# Navigation
[params.navigation]
brand = "Focalboard"
home = "Home"
# You can add custom links before or after the default links
# Assign a weight to define the order
[[menu.postpend]]
url = "https://developers.mattermost.com/contribute/focalboard/"
name = "Contribute"
weight = 1
[[menu.postpend]]
url = "https://github.com/mattermost/focalboard"
name = "GitHub"
weight = 2
# postpended links
[[menu.postpend]]
url = "/download/personal-edition"
name = "Download"
weight = 3
[[menu.postpend]]
url = "/guide/user"
name = "User Guide"
weight = 4
[[menu.postpend]]
url = "/feedback"
name = "Feedback"
weight = 5
[[menu.postpend]]
url = "https://mattermost.com/"
name = "Mattermost"
weight = 6
# Workaround to add draft status to menu items
[[params.navigation.drafts]]
Download = false
"User's Guide" = false
Contribute = false
Integrate = false
Extend = false
Blog = false
Feedback = false
Internal = false
'Admin Docs' = false
# Hero section
[params.hero]
title = "Get Focalboard"
subtitle = ''
# Intro section
# Available icons: http://simplelineicons.com/
[params.intro]
[[params.intro.item]]
title = "Download"
description = "Download Focalboard here."
url = "download/personal-edition"
button = "Download Now"
icon = "/img/download-icon.svg"
draft = false
[[params.intro.item]]
title = "Read Guide"
description = "Read the User's Guide to get the most out of Focalboard."
url = "guide/user"
button = "User's Guide"
icon = "/img/use-icon.svg"
draft = false
[[params.intro.item]]
title = "Contribute"
description = "Help build the future of productivity and submit code directly to the Focalboard open-source project."
url = "https://developers.mattermost.com/contribute/focalboard/"
button = "Start Contributing"
icon = "/img/contribute-icon.svg"
draft = false
# Footer section
[params.footer]
enable = true
twitter = 'https://twitter.com/Focalboard'
facebook = 'https://www.facebook.com/Mattermost-2300985916642531/'
youtube = 'https://www.youtube.com/channel/UCNR05H72hi692y01bWaFXNA'
copyright = '© Mattermost, Inc. All Rights Reserved.'
# Allows html in Hugo >= v0.60.0. See Github issue #506.
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true