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
| [hugoVersion]
| min = "0.160.0"
|
| [[mounts]]
| source = 'node_modules'
| target = 'assets'
|
| [[mounts]]
| source = 'assets'
| target = 'assets'
|
| [[mounts]]
| source = 'archetypes'
| target = 'archetypes'
|
| [[mounts]]
| source = 'content'
| target = 'content'
|
| [[mounts]]
| source = 'data'
| target = 'data'
|
| [[mounts]]
| source = 'i18n'
| target = 'i18n'
|
| [[mounts]]
| source = 'layouts'
| target = 'layouts'
|
| [[mounts]]
| source = 'static'
| target = 'static'
|
|