added lazy loading and update modules

This commit is contained in:
somrat sorkar 2023-10-14 10:35:32 +06:00
parent 0235da7caa
commit dd159de2c6
3 changed files with 26 additions and 26 deletions

View File

@ -3,27 +3,27 @@ module hugoplate.netlify.app
go 1.20 go 1.20
require ( require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/images v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/modal v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/search v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/tab v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20231001043352-2e720c5b7e8b // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20231010055813-8730bcc5ac07 // indirect
github.com/zeon-studio/hugoplate v0.0.0-20230919033707-39e487943d6d // indirect github.com/zeon-studio/hugoplate v0.0.0-20231014041612-0235da7caa87 // indirect
) )

View File

@ -19,9 +19,9 @@
<!-- main script --> <!-- main script -->
{{ $scripts = $scripts | append (resources.Get "js/main.js") }} {{ $scripts = $scripts | append (resources.Get "js/main.js") }}
{{ $scripts = $scripts | resources.Concat "js/scripts.js" }} {{ $scripts = $scripts | resources.Concat "js/script.js" }}
{{ $scriptsLazy = $scriptsLazy | resources.Concat "js/scripts-lazy.js" }} {{ $scriptsLazy = $scriptsLazy | resources.Concat "js/script-lazy.js" }}
{{ if hugo.IsProduction }} {{ if hugo.IsProduction }}
{{ $scripts = $scripts | minify | fingerprint }} {{ $scripts = $scripts | minify | fingerprint }}

View File

@ -1,7 +1,7 @@
{ {
"name": "hugoplate", "name": "hugoplate",
"description": "hugo tailwindcss boilerplate", "description": "hugo tailwindcss boilerplate",
"version": "1.8.0", "version": "1.9.0",
"license": "MIT", "license": "MIT",
"author": "zeon.studio", "author": "zeon.studio",
"scripts": { "scripts": {