mirror of https://github.com/luizdepra/hugo-coder.git

Andreas Deininger
01.44.2024 a47ff107dbe0560a5ac6d3fd3ba521fb3899ff0f
refs
author Andreas Deininger <andreas@deininger.net>
Sunday, December 1, 2024 21:44 +0100
committer GitHub <noreply@github.com>
Sunday, December 1, 2024 21:44 +0100
commita47ff107dbe0560a5ac6d3fd3ba521fb3899ff0f
tree 8ce6a4542f7eccb76fff5c28b13c8f24cd2073ff tree | zip | gz
parent 52b14a50f716cb7e69df8d0804f1b68aeec8a08c view | diff
Fix deprecation warning (#937)

### Prerequisites

Put an `x` into the box(es) that apply:

- [X] This pull request fixes a warning.
- [ ] This pull request adds a feature.
- [ ] This pull request introduces breaking change.

### Description

When running example site with latest hugo version 0.135.5, a warning
appears:

```
WARN deprecated: site config key paginate was deprecated in Hugo v0.128.0
and will be removed in a future release. Use pagination.pagerSize instead.
```

This PR solves that issues, both in code an in the documentation.
This PR also corrects and improves minor other topics in the
documentation.

Co-authored-by: Luiz F. A. de PrĂ¡ <luizdepra@users.noreply.github.com>
7 files modified
32 ■■■■■ changed files
docs/configurations.md 14 ●●●●● diff | view | raw | blame | history
docs/quick-start.md 2 ●●● diff | view | raw | blame | history
exampleSite/content/posts/html-and-css-only-tabs.md 2 ●●● diff | view | raw | blame | history
exampleSite/content/posts/math-typesetting.md 4 ●●●● diff | view | raw | blame | history
exampleSite/content/posts/math-typesetting.pt-br.md 4 ●●●● diff | view | raw | blame | history
exampleSite/hugo.toml 4 ●●● diff | view | raw | blame | history
netlify.toml 2 ●●● diff | view | raw | blame | history