Prepare v12 release

This commit is contained in:
Alex Shpak
2025-09-26 22:49:02 +02:00
parent d5246d016a
commit 634e29de19
4 changed files with 22 additions and 18 deletions
+16 -16
View File
@@ -41,40 +41,40 @@ enableGitInfo = true
[menu] [menu]
[[menu.home]] [[menu.home]]
name = "Documentation" name = 'Documentation'
pageRef = "/docs/example/" pageRef = '/docs/example/'
weight = 1 weight = 1
[[menu.home]] [[menu.home]]
pageRef = "/docs/example/" pageRef = '/docs/example/'
weight = 10 weight = 10
parent = "Documentation" parent = 'Documentation'
[[menu.home]] [[menu.home]]
name = "Shortcodes" name = 'Shortcodes'
pageRef = "/docs/shortcodes/badges/" pageRef = '/docs/shortcodes/badges/'
weight = 20 weight = 20
parent = "Documentation" parent = 'Documentation'
[[menu.home]] [[menu.home]]
name = "Showcases" name = 'Showcases'
pageRef = "/showcases/" pageRef = '/showcases/'
weight = 2 weight = 2
[[menu.home]] [[menu.home]]
name = "Github" name = 'Github'
url = "https://github.com/alex-shpak/hugo-book/" url = 'https://github.com/alex-shpak/hugo-book/'
weight = 3 weight = 3
# [[menu.before]] # [[menu.before]]
[[menu.after]] [[menu.after]]
name = "Github" name = 'Github'
url = "https://github.com/alex-shpak/hugo-book/" url = 'https://github.com/alex-shpak/hugo-book/'
weight = 10 weight = 10
[[menu.after]] [[menu.after]]
name = "Hugo Themes" name = 'Hugo Themes'
url = "https://themes.gohugo.io/themes/hugo-book/" url = 'https://themes.gohugo.io/themes/hugo-book/'
weight = 20 weight = 20
[params] [params]
@@ -138,7 +138,7 @@ enableGitInfo = true
# /!\ This is an experimental feature, might be removed or changed at any time # /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use. # (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
BookServiceWorker = "precache" BookServiceWorker = 'precache'
# /!\ This is an experimental feature, might be removed or changed at any time # /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables a drop-down menu for translations only if a translation is present. # (Optional, experimental, default false) Enables a drop-down menu for translations only if a translation is present.
+1 -1
View File
@@ -124,7 +124,7 @@ params:
# /!\ This is an experimental feature, might be removed or changed at any time # /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use. # (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
# can be false, true or 'precache', precache will try to download all content pages on install. # can be false, true or 'precache', precache will try to download all content pages on install.
BookServiceWorker: 'precache' BookServiceWorker: "precache"
# /!\ This is an experimental feature, might be removed or changed at any time # /!\ This is an experimental feature, might be removed or changed at any time
# (Optional, experimental, default false) Enables a drop-down menu for translations only if a translation is present. # (Optional, experimental, default false) Enables a drop-down menu for translations only if a translation is present.
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/alex-shpak/hugo-book module github.com/alex-shpak/hugo-book/v12
go 1.16 go 1.16
+4
View File
@@ -0,0 +1,4 @@
[module]
[module.hugoVersion]
extended = true
min = "0.146.0"