summaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-05 01:39:56 +0200
committerGitHub <noreply@github.com>2022-07-05 01:39:56 +0200
commit03a5d662e498ac295e6aab2c0322d624f76ffa2e (patch)
tree5f92cccab02c899071424bc02b7dde08f75cf602 /config.yaml
parentf1cb48a7e000be9332d22aa5f0f40bb36015839c (diff)
parent143f31a09673045925622d062c993315c62cff41 (diff)
downloadgohugo-theme-ed-03a5d662e498ac295e6aab2c0322d624f76ffa2e.tar.gz
Merge pull request #6 from sergeyklay/feature/search
Implementing search
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