-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yaml
29 lines (27 loc) · 895 Bytes
/
config.yaml
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
module:
hugoVersion:
extended: true
min: '0.121.0'
imports:
- path: github.com/olivernn/lunr.js
mounts:
- source: lunr.js
target: assets/js/vendor/lunr.js
- path: github.com/MihaiValentin/lunr-languages
mounts:
- source: lunr.stemmer.support.js
target: assets/js/vendor/lunr.stemmer.support.js
- source: lunr.multi.js
target: assets/js/vendor/lunr.multi.js
- source: lunr.de.js
target: assets/js/vendor/lunr.de.js
- source: lunr.es.js
target: assets/js/vendor/lunr.es.js
- source: lunr.fr.js
target: assets/js/vendor/lunr.fr.js
- source: lunr.it.js
target: assets/js/vendor/lunr.it.js
- source: lunr.pt.js
target: assets/js/vendor/lunr.pt.js
- source: lunr.ru.js
target: assets/js/vendor/lunr.ru.js