focalboard/website/site/config.toml

141 lines
3.3 KiB
TOML
Raw Normal View History

2021-01-07 23:12:26 +01:00
# Page settings
2021-01-29 00:10:40 +01:00
baseURL = "https://www.focalboard.com/"
2021-01-07 23:12:26 +01:00
canonifyURLs = true
#relativeURLs = true
2021-03-08 19:00:57 +01:00
title = "Focalboard: Open source alternative to Trello, Asana, and Notion"
2021-01-07 23:12:26 +01:00
languageCode = "en-us"
publishDir = "../docs"
pygmentsCodeFences = true
pygmentsStyle = "manni"
[taxonomies]
category = "categories"
[params]
# Meta
author = ""
description = ""
email = ""
2021-01-26 23:13:46 +01:00
ghrepo = "https://github.com/mattermost/focalboard/tree/main/website"
2021-01-07 23:12:26 +01:00
[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]
2021-01-26 18:49:49 +01:00
brand = "Focalboard"
2021-01-07 23:12:26 +01:00
home = "Home"
# You can add custom links before or after the default links
# Assign a weight to define the order
# prepended links
#[[menu.prepend]]
# url = "http://gohugo.io"
# name = "Hugo"
# weight = 10
# postpended links
[[menu.postpend]]
url = "/download/personal-edition"
name = "Download"
weight = 1
[[menu.postpend]]
url = "/guide/user"
name = "User's Guide"
weight = 2
[[menu.postpend]]
url = "/contribute/getting-started"
name = "Contribute"
weight = 3
2021-01-27 20:00:31 +01:00
[[menu.postpend]]
2021-03-04 21:14:52 +01:00
url = "/feedback"
2021-01-27 20:00:31 +01:00
name = "Feedback"
2021-03-25 02:37:46 +01:00
weight = 4
2021-01-27 20:00:31 +01:00
2021-01-07 23:12:26 +01:00
# Workaround to add draft status to menu items
[[params.navigation.drafts]]
2021-01-26 21:54:28 +01:00
Download = false
"User's Guide" = false
2021-01-07 23:12:26 +01:00
Contribute = false
Integrate = false
Extend = false
Blog = false
2021-01-27 20:00:31 +01:00
Feedback = false
2021-01-07 23:12:26 +01:00
Internal = false
'Admin Docs' = false
# Hero section
[params.hero]
2021-01-26 18:49:49 +01:00
title = "Get Focalboard"
2021-01-07 23:12:26 +01:00
subtitle = ''
# Intro section
# Available icons: http://simplelineicons.com/
[params.intro]
[[params.intro.item]]
title = "Download"
2021-01-26 18:49:49 +01:00
description = "Download Focalboard here."
2021-01-07 23:12:26 +01:00
url = "download/personal-edition"
button = "Download Now"
icon = "/img/download-icon.svg"
draft = false
[[params.intro.item]]
title = "Read Guide"
2021-01-26 18:49:49 +01:00
description = "Read the User's Guide to ge the most out of Focalboard."
2021-01-07 23:12:26 +01:00
url = "guide/user"
button = "User's Guide"
icon = "/img/use-icon.svg"
draft = false
[[params.intro.item]]
title = "Contribute"
2021-01-26 18:49:49 +01:00
description = "Help build the future of productivity and submit code directly to the Focalboard open-source project."
2021-01-07 23:12:26 +01:00
url = "contribute/getting-started"
button = "Start Contributing"
icon = "/img/contribute-icon.svg"
draft = false
# Footer section
[params.footer]
enable = true
twitter = 'https://twitter.com/mattermost'
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