hugo:fix/htmlcoll-enc-11371

Last commit made on 2023-08-21
Get this branch:
git clone -b fix/htmlcoll-enc-11371 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
fix/htmlcoll-enc-11371
Repository:
lp:hugo

Recent commits

8d7a777... by Bjørn Erik Pedersen

Avoid escaping HTML chars inside hugo_stats.json

Fixes #11371

b653853... by Joe Mooring <email address hidden>

commands/new: Embed site and theme skeletons

The skeletons are used when creating new sites and themes with the CLI.

Closes #11358

90944aa... by Joe Mooring <email address hidden>

docshelper: Improve template lookup order descriptions

- Always include example for "with layout/type set"
- Use lowercase for "set to" examples (lookup is case sensitive)
- Consistent use of taxonomy and term

Fixes gohugoio/hugoDocs#1734

db7bc49... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/evanw/esbuild from 0.18.17 to 0.19.2

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.18.17 to 0.19.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.17...v0.19.2)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

a2f6400... by Bjørn Erik Pedersen

cache: Hide IsResourceDir from the exported config

7d74cd0... by Bjørn Erik Pedersen

commands: Handle floats without decimals in hugo config

Updates #11345

d139f30... by Bjørn Erik Pedersen

docs: Replace docs.json with docs.yaml

Updates #11345

b1b6912... by Bjørn Erik Pedersen

config: Add a type value for the tags related config entry

Which doesn't have any practical difference, but it looks cleaner in the generated docs.

0de81c6... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/net/compare/v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

851bf35... by Bjørn Erik Pedersen

Add all config to docshelper.json

Also consolidate so the mediaTypes and outputFormats are listed once only.

Fixes #11328