From 39b2d6d7bb53e9cd50bbd2959def08ab5c3165e1 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Thu, 15 Feb 2024 16:52:52 +0600 Subject: [PATCH] update modules --- assets/scss/module-overrides.scss | 5 ++++ exampleSite/go.mod | 45 ++++++++++++++++--------------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/assets/scss/module-overrides.scss b/assets/scss/module-overrides.scss index aacddcb..d1a0f25 100644 --- a/assets/scss/module-overrides.scss +++ b/assets/scss/module-overrides.scss @@ -14,6 +14,11 @@ } } +// notice +.notice { + @apply rounded-lg; +} + // tab .tab { @apply border-border dark:border-darkmode-border overflow-hidden rounded-lg border; diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 71566b5..a1aa466 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,26 +3,27 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215033248-04766e531525 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215033248-04766e531525 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240215103202-c030d4222242 // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20240215103202-c030d4222242 // indirect + github.com/zeon-studio/hugoplate v0.0.0-20240215094431-cf2ee3b68eaf // indirect )