diff --git a/static/js/main.js b/assets/js/main.js
similarity index 100%
rename from static/js/main.js
rename to assets/js/main.js
diff --git a/hugo.yaml b/hugo.yaml
index 1f3ab72..c14302c 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -6,6 +6,9 @@ taxonomies:
category: categories
author: authors
+minify:
+ minifyOutput: true
+
# multillingual configs
defaultContentLanguage: en
defaultContentLanguageInSubdir: true
diff --git a/layouts/partials/common/scripts.html b/layouts/partials/common/scripts.html
index 34c9f6d..323245e 100644
--- a/layouts/partials/common/scripts.html
+++ b/layouts/partials/common/scripts.html
@@ -1,5 +1,9 @@
-
+
+{{ $js := resources.Get "js/main.js" | resources.Minify | resources.Fingerprint }}
+
+
+
-
-
-
-
-
-