Fixed issue: #147
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#################### default parameters ################################
|
||||
#################### default parameters ############################
|
||||
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
|
||||
favicon = "images/favicon.png"
|
||||
# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
|
||||
@@ -65,6 +65,7 @@ content = "You must replace the **baseURL** in **hugo.toml** file when deploying
|
||||
keywords = ["Boilerplate", "Hugo"]
|
||||
description = "Hugo & Tailwindcss Starter"
|
||||
author = "zeon.studio"
|
||||
twitter = "zeon_studio"
|
||||
image = "images/og-image.png"
|
||||
|
||||
|
||||
|
||||
@@ -3,28 +3,28 @@ module hugoplate.netlify.app
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/announcement v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240711030223-49ae4a26e064 // indirect
|
||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/announcement v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240925040525-e5888d49f4a1 // indirect
|
||||
github.com/hugomods/mermaid v0.1.4 // indirect
|
||||
)
|
||||
|
||||
@@ -7,8 +7,6 @@ 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
|
||||
timeZone = "America/New_York"
|
||||
# post pagination
|
||||
paginate = 2 # see https://gohugo.io/extras/pagination/
|
||||
# post excerpt
|
||||
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
|
||||
# disable language
|
||||
@@ -33,6 +31,13 @@ shortname = 'themefisher-template' # we use disqus to show comments in blog post
|
||||
"pages" = "/:slugorfilename/"
|
||||
|
||||
|
||||
########################## Pagination ############################
|
||||
[pagination]
|
||||
disableAliases = false
|
||||
pagerSize = 10
|
||||
path = 'page'
|
||||
|
||||
|
||||
############################# Modules ############################
|
||||
[module]
|
||||
[[module.mounts]]
|
||||
|
||||
Reference in New Issue
Block a user