summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..1e66daa
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,15 @@
+module:
+
+ hugoVersion:
+ extended: true
+ min: '0.95.0'
+
+ imports:
+ - path: github.com/jquery/jquery-dist
+ mounts:
+ - source: dist/jquery.js
+ target: assets/js/vendor/jquery.js
+ - path: github.com/olivernn/lunr.js
+ mounts:
+ - source: lunr.js
+ target: assets/js/vendor/lunr.js