fix deprecations

This commit is contained in:
Robert Kaussow 2024-10-27 23:23:53 +01:00
parent 77dc0cbb64
commit 0889be74c2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
4 changed files with 14 additions and 3 deletions

View File

@ -8,7 +8,8 @@ enableGitInfo: true
timeout: 180000 timeout: 180000
pluralizeListTitles: false pluralizeListTitles: false
paginate: 5 pagination:
pagerSize: 5
markup: markup:
goldmark: goldmark:

View File

@ -7,6 +7,8 @@ date = 2020-06-22T20:00:00+02:00
By default, the admonition is rendered with a plain text label. To enable font icons the document attribute `:icons: font` need to be set. By default, the admonition is rendered with a plain text label. To enable font icons the document attribute `:icons: font` need to be set.
<!--more-->
== Example == Example
[NOTE] [NOTE]

View File

@ -6,6 +6,10 @@ date = 2020-06-22T20:00:00+02:00
:toc: :toc:
:toclevels: 2 :toclevels: 2
AsciiDoc admonitions are special callout blocks that highlight important information in documentation using distinct visual styles and icons.
<!--more-->
{{< toc >}} {{< toc >}}
== Admonition types == Admonition types

View File

@ -26,7 +26,9 @@ baseURL = "http://localhost"
title = "Geekblog" title = "Geekblog"
theme = "hugo-geekblog" theme = "hugo-geekblog"
paginate = 5 [pagination]
pagerSize = 5
pluralizeListTitles = false pluralizeListTitles = false
# Required to get well formatted code blocks # Required to get well formatted code blocks
@ -157,7 +159,9 @@ baseURL: "http://localhost"
title: "Geekblog" title: "Geekblog"
theme: "hugo-geekblog" theme: "hugo-geekblog"
paginate: 5 pagination:
pagerSize: 5
pluralizeListTitles: false pluralizeListTitles: false
# Required to get well formatted code blocks # Required to get well formatted code blocks