From 2e9a23387fdd03e57685e0dd3e6b1c8038a3d006 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 31 Jul 2023 08:52:06 +0600 Subject: [PATCH] update modules and readme --- exampleSite/go.mod | 45 ++++++++++++++++++++++----------------------- readme.md | 2 +- 2 files changed, 23 insertions(+), 24 deletions(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index aa0fd00..2449f5f 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -3,27 +3,26 @@ module hugoplate.netlify.app go 1.20 require ( - github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/images v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/modal v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/search v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/tab v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/gethugothemes/hugo-modules/videos v0.0.0-20230727035736-e23a61ab80b4 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20230727062248-6a53b8d98630 // indirect + github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/images v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/modal v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/search v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/tab v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230731024856-cab17e406beb // indirect + github.com/gethugothemes/hugo-modules/videos v0.0.0-20230731024856-cab17e406beb // indirect ) diff --git a/readme.md b/readme.md index 67a387d..074a01c 100755 --- a/readme.md +++ b/readme.md @@ -79,7 +79,7 @@ We have included almost everything you need to start your Hugo project. Let's se ## 🚀 Getting Started -First you need to `clone` or `download` the template repository, and then let's get started with the following process: +First you need to [clone](https://github.com/zeon-studio/hugoplate) or [download](https://github.com/zeon-studio/hugoplate/archive/refs/heads/main.zip) the template repository, and then let's get started with the following process: ### ⚙️ Prerequisites