-
Notifications
You must be signed in to change notification settings - Fork 19
/
config.toml
53 lines (44 loc) · 1.66 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
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
baseurl = "/collectives"
title = "Nextcloud Collectives"
canonifyurls = true
contentdir = "docs/content"
staticdir = "docs/static"
publishdir = "build/pages"
theme = ["custom-css", "docdock"]
themesdir = "docs/themes"
pygmentCodeFences = true
pygmentsStyle = "monokailight"
languageCode = "en-us"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableMissingTranslationPlaceholders = false
[Author]
name = "Nextcloud Collectives Team"
github = "nextcloud"
[params]
editURL = "https://github.com/nextcloud/collectives/tree/main/docs"
showVisitedLinks = false # default is false
themeStyle = "flex" # "original" or "flex" # default "flex"
themeVariant = "gray" # choose theme variant "green", "gold" , "gray", "blue" (default)
ordersectionsby = "weight" # ordersectionsby = "title"
disableHomeIcon = true # default is false
disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
highlightClientSide = false # set true to use highlight.pack.js instead of the default hugo chroma highlighter
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
enableGitInfo = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-github'></i> Github"
identifier = "github"
url = "https://github.com/nextcloud/collectives/"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-cloud-download'></i> Nextcloud App Store"
identifier = "appstore"
url = "https://apps.nextcloud.com/apps/collectives"
weight = 11