-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
41 lines (38 loc) · 937 Bytes
/
config.toml
File metadata and controls
41 lines (38 loc) · 937 Bytes
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
[module]
[module.hugoVersion]
extended = true
min = "0.146.0"
max = ""
[[module.imports]]
path = "github.com/gethinode/mod-utils/v5"
[[module.imports]]
path = "github.com/nextapps-de/flexsearch"
[[module.imports.mounts]]
source = "dist/flexsearch.bundle.min.js"
target = "assets/js/modules/flexsearch/flexsearch.bundle.min.js"
[[module.mounts]]
source = "assets"
target = "assets"
[[module.mounts]]
source = "content"
target = "content"
[[module.mounts]]
source = "i18n"
target = "i18n"
[[module.mounts]]
source = "layouts"
target = "layouts"
[[module.mounts]]
source = "static"
target = "static"
[params.icons]
search = "fas magnifying-glass"
[params.navigation.search]
enabled = true
modal = true
[params.modules.flexsearch]
integration = "core"
canonifyURLs = false
frontmatter = false
filter = ""
localize = true