-
-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathhugo.toml
More file actions
24 lines (22 loc) · 762 Bytes
/
hugo.toml
File metadata and controls
24 lines (22 loc) · 762 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
baseURL = "https://example.com/"
[module]
[module.hugoVersion]
min = "0.146.0"
[[module.imports]]
path = "github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3"
[[module.imports]]
path = "github.com/olivernn/lunr.js"
[[module.imports.mounts]]
source = "lunr.js"
target = "assets/js/lib/lunr.js"
[[module.imports]]
path = "github.com/slatedocs/slate"
[[module.imports.mounts]]
source = "source/images"
target = "static/images"
[[module.imports.mounts]]
source = "source/fonts"
target = "static/fonts"
[[module.imports.mounts]]
source = "source/stylesheets"
target = "assets/scss/slate"