update modules

This commit is contained in:
somrat sorkar 2023-07-12 10:12:44 +06:00
parent 5eca80cb99
commit 9c8aca03db
12 changed files with 46 additions and 33 deletions

View File

@ -3,28 +3,28 @@ module hugoplate.netlify.app
go 1.20 go 1.20
require ( require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/images v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/modal v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/modal v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/search v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/search v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/tab v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230618103508-54805e19264d // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/zeon-studio/hugoplate v0.0.0-20230708052538-f81e6346d179 // indirect github.com/zeon-studio/hugoplate v0.0.0-20230712035532-5eca80cb99df // indirect
) )

View File

@ -1,6 +1,7 @@
######################## default configuration #################### ######################## default configuration ####################
baseURL = "https://hugoplate.netlify.app/site/" baseURL = "https://hugoplate.netlify.app/"
title = "Hugoplate" title = "Hugoplate"
# theme = "hugoplate"
# Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
timeZone = "America/New_York" timeZone = "America/New_York"
# post pagination # post pagination

3
go.mod
View File

@ -1,3 +0,0 @@
module github.com/zeon-studio/hugoplate
go 1.20

View File

@ -7,6 +7,7 @@
<!-- head (don't cache it) --> <!-- head (don't cache it) -->
{{ partial "essentials/head.html" . }} {{ partial "essentials/head.html" . }}
<!-- style (always cache it) --> <!-- style (always cache it) -->
{{ partialCached "essentials/style.html" . }} {{ partialCached "essentials/style.html" . }}
</head> </head>
@ -19,6 +20,7 @@
{{ else }} {{ else }}
{{ partial "preloader.html" . }} {{ partial "preloader.html" . }}
<!-- tailwind size indicator --> <!-- tailwind size indicator -->
{{ partial "components/tw-size-indicator.html" . }} {{ partial "components/tw-size-indicator.html" . }}
{{ end }} {{ end }}
@ -28,6 +30,7 @@
{{ partial "essentials/header.html" . }} {{ partial "essentials/header.html" . }}
{{ partial "search-modal.html" (dict "Context" . ) }} {{ partial "search-modal.html" (dict "Context" . ) }}
<main> <main>
{{ block "main" . }}{{ end }} {{ block "main" . }}{{ end }}
</main> </main>

View File

@ -1,6 +1,7 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ partial "page-header" . }}
<section class="section-sm"> <section class="section-sm">
<div class="container"> <div class="container">
<div class="row"> <div class="row">

View File

@ -1,6 +1,7 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ partial "page-header" . }}
<section class="section"> <section class="section">
<div class="container"> <div class="container">
<div class="row gx-5"> <div class="row gx-5">

View File

@ -1,6 +1,7 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ partial "page-header" . }}
<section class="section-sm"> <section class="section-sm">
<div class="container"> <div class="container">
<div class="row justify-center"> <div class="row justify-center">

View File

@ -1,6 +1,7 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ partial "page-header" . }}
<section class="section"> <section class="section">
<div class="container"> <div class="container">
<div class="row"> <div class="row">

View File

@ -1,6 +1,7 @@
{{ define "main" }} {{ define "main" }}
{{ partial "page-header" . }} {{ partial "page-header" . }}
<section class="section"> <section class="section">
<div class="container"> <div class="container">
<div class="row gx-5"> <div class="row gx-5">

View File

@ -35,15 +35,15 @@
<div class="container"> <div class="container">
<div class="row items-center justify-between"> <div class="row items-center justify-between">
<div <div
class="mb:md-0 md:col-5 {{ if not (modBool $i 2) }} class="mb:md-0 {{ if not (modBool $i 2) }}
md:order-2 md:order-2
{{ end }} mb-6"> {{ end }} md:col-5 mb-6">
{{ partial "image" (dict "Src" .image "Alt" "feature image") }} {{ partial "image" (dict "Src" .image "Alt" "feature image") }}
</div> </div>
<div <div
class="md:col-7 lg:col-6 {{ if not (modBool $i 2) }} class="{{ if not (modBool $i 2) }}
md:order-1 md:order-1
{{ end }}"> {{ end }} md:col-7 lg:col-6">
<h2 class="mb-4"> <h2 class="mb-4">
{{ .title | markdownify }} {{ .title | markdownify }}
</h2> </h2>

View File

@ -12,24 +12,31 @@
<!-- favicon --> <!-- favicon -->
{{ partialCached "favicon" . }} {{ partialCached "favicon" . }}
<!-- manifest --> <!-- manifest -->
{{ partialCached "manifest" . }} {{ partialCached "manifest" . }}
<!-- site verifications --> <!-- site verifications -->
{{ partialCached "site-verifications.html" . }} {{ partialCached "site-verifications.html" . }}
<!-- opengraph and twitter card --> <!-- opengraph and twitter card -->
{{ partial "basic-seo.html" . }} {{ partial "basic-seo.html" . }}
<!-- custom script --> <!-- custom script -->
{{ partialCached "custom-script.html" . }} {{ partialCached "custom-script.html" . }}
<!-- google analytics --> <!-- google analytics -->
{{ template "_internal/google_analytics.html" . }} {{ template "_internal/google_analytics.html" . }}
<!-- google tag manager --> <!-- google tag manager -->
{{ partialCached "gtm.html" . }} {{ partialCached "gtm.html" . }}
<!-- search index --> <!-- search index -->
{{ partial "search-index.html" . }} {{ partial "search-index.html" . }}

View File

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