From 6147926629ab0b0ceac9797ee780643c3592deed Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 4 Jul 2022 20:46:01 +0200 Subject: Use hugo modules to bundle assets --- config.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') 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 -- cgit v1.2.3