]> git.maquefel.me Git - brevno-suite/hugo/log
brevno-suite/hugo
3 years agobuild(deps): bump github.com/getkin/kin-openapi from 0.117.0 to 0.118.0
dependabot[bot] [Wed, 14 Jun 2023 08:59:04 +0000 (08:59 +0000)]
build(deps): bump github.com/getkin/kin-openapi from 0.117.0 to 0.118.0

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.117.0 to 0.118.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.117.0...v0.118.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump golang.org/x/net from 0.10.0 to 0.11.0
dependabot[bot] [Wed, 14 Jun 2023 08:58:53 +0000 (08:58 +0000)]
build(deps): bump golang.org/x/net from 0.10.0 to 0.11.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/net/compare/v0.10.0...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoFix .Width and .Height for animated gifs
Bjørn Erik Pedersen [Wed, 14 Jun 2023 06:14:39 +0000 (08:14 +0200)]
Fix .Width and .Height for animated gifs

Fixes #11079

3 years agosnap: Transition base snap from core20 to core22 (#11101)
Joe Mooring [Tue, 13 Jun 2023 21:52:19 +0000 (14:52 -0700)]
snap: Transition base snap from core20 to core22 (#11101)

- Syntax changes
- Bump Go from 1.19 to 1.20
- Remove unused build tag logic (we only build the extended version)

3 years agoMerge commit '3c1deaf201a35de08d23cc58f8f03682cace3349'
Bjørn Erik Pedersen [Tue, 13 Jun 2023 18:43:03 +0000 (20:43 +0200)]
Merge commit '3c1deaf201a35de08d23cc58f8f03682cace3349'

3 years agoSquashed 'docs/' changes from 1d5548d73..85befbb4d
Bjørn Erik Pedersen [Tue, 13 Jun 2023 18:43:03 +0000 (20:43 +0200)]
Squashed 'docs/' changes from 1d5548d73..85befbb4d

85befbb4d Update plainify.md
56e137043 Update comparison operators (#2104)
4241135e0 Front matter docu: improve link to TOML spec (#2102)
5115de3c0 netlify: Hugo 0.113.0
99b74a053 Merge branch 'temp01130'
1622d5d1a docs: Regenerate CLI docs
adb4297eb netlify: Hugo 0.112.7
cd6813309 Update editors.md to include vim-hugo (#2098)
f7c2406dd netlify: Hugo 0.112.6
b891028c3 docs: Regenerate CLI docs

git-subtree-dir: docs
git-subtree-split: 85befbb4dc2f526da99fa9f47d54a12e6282d36e

3 years agobuild(deps): bump gocloud.dev from 0.24.0 to 0.29.0
dependabot[bot] [Tue, 13 Jun 2023 15:57:41 +0000 (15:57 +0000)]
build(deps): bump gocloud.dev from 0.24.0 to 0.29.0

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.24.0 to 0.29.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.24.0...v0.29.0)

---
updated-dependencies:
- dependency-name: gocloud.dev
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agotpl/math: Allow variadic math functions to take slice args, add math.Product, math.Sum
Bjørn Erik Pedersen [Tue, 13 Jun 2023 18:00:00 +0000 (20:00 +0200)]
tpl/math: Allow variadic math functions to take slice args, add math.Product, math.Sum

* Update math.Min and math.Max to allow 1 or more args, either scalar or slice, or combination of the two
* Add math.Sum (allow 1 or more args, either scalar or slice, or combination of the two)
* Add math.Product (allow 1 or more args, either scalar or slice, or combination of the two)

Fixes #11030

3 years agoFix config merge regression with root slices (e.g. disableKinds)
Bjørn Erik Pedersen [Tue, 13 Jun 2023 16:01:23 +0000 (18:01 +0200)]
Fix config merge regression with root slices (e.g. disableKinds)

Fixes #11089

3 years agobuild(deps): bump golang.org/x/image from 0.7.0 to 0.8.0
dependabot[bot] [Tue, 13 Jun 2023 08:57:39 +0000 (08:57 +0000)]
build(deps): bump golang.org/x/image from 0.7.0 to 0.8.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.7.0 to 0.8.0.
- [Commits](https://github.com/golang/image/compare/v0.7.0...v0.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agocommands: Remove flags log, verboseLog, add flag logLevel, deprecate flags verbose...
Bjørn Erik Pedersen [Mon, 12 Jun 2023 13:50:53 +0000 (15:50 +0200)]
commands: Remove flags log, verboseLog, add flag logLevel, deprecate flags verbose and debug

Fixes #9648
Fixes #11071

3 years agobuild(deps): bump github.com/magefile/mage from 1.14.0 to 1.15.0
dependabot[bot] [Tue, 13 Jun 2023 08:58:16 +0000 (08:58 +0000)]
build(deps): bump github.com/magefile/mage from 1.14.0 to 1.15.0

Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/magefile/mage/releases)
- [Changelog](https://github.com/magefile/mage/blob/master/.goreleaser.yml)
- [Commits](https://github.com/magefile/mage/compare/v1.14.0...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.8
dependabot[bot] [Tue, 13 Jun 2023 09:00:49 +0000 (09:00 +0000)]
build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.6 to 2.0.8

Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.0.6 to 2.0.8.
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](https://github.com/pelletier/go-toml/compare/v2.0.6...v2.0.8)

---
updated-dependencies:
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump github.com/evanw/esbuild from 0.17.19 to 0.18.2
dependabot[bot] [Tue, 13 Jun 2023 08:57:58 +0000 (08:57 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.17.19 to 0.18.2

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.18.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.17.19...v0.18.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoFix handling of aliases (e.g. hugo serve)
Bjørn Erik Pedersen [Tue, 13 Jun 2023 08:47:51 +0000 (10:47 +0200)]
Fix handling of aliases (e.g. hugo serve)

Fixes #11090

3 years agocache: Set default cache path based on $USER
Erica Mays [Sat, 10 Jun 2023 17:25:07 +0000 (13:25 -0400)]
cache: Set default cache path based on $USER

Change the default cache directory to `$TMPDIR/hugo_cache_$USER`, so
that multi-user systems do not have caches that interfere with each
other.  The other cache-choosing logic (e.g. Netlify exceptions,
configuration options) are not affected.

Fixes #7391

3 years agobuild(deps): bump go.uber.org/atomic from 1.10.0 to 1.11.0
dependabot[bot] [Mon, 12 Jun 2023 15:07:41 +0000 (15:07 +0000)]
build(deps): bump go.uber.org/atomic from 1.10.0 to 1.11.0

Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/atomic/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: go.uber.org/atomic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump github.com/hairyhenderson/go-codeowners
dependabot[bot] [Mon, 12 Jun 2023 15:07:28 +0000 (15:07 +0000)]
build(deps): bump github.com/hairyhenderson/go-codeowners

Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.2.3-0.20201026200250-cdc7c0759690 to 0.3.0.
- [Release notes](https://github.com/hairyhenderson/go-codeowners/releases)
- [Commits](https://github.com/hairyhenderson/go-codeowners/commits/v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/hairyhenderson/go-codeowners
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoresources: Remove failing and superflous test assertion
Bjørn Erik Pedersen [Mon, 12 Jun 2023 15:15:26 +0000 (17:15 +0200)]
resources: Remove failing and superflous test assertion

3 years agobuild(deps): bump github.com/frankban/quicktest from 1.14.4 to 1.14.5
dependabot[bot] [Tue, 23 May 2023 08:57:53 +0000 (08:57 +0000)]
build(deps): bump github.com/frankban/quicktest from 1.14.4 to 1.14.5

Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.14.4 to 1.14.5.
- [Commits](https://github.com/frankban/quicktest/compare/v1.14.4...v1.14.5)

---
updated-dependencies:
- dependency-name: github.com/frankban/quicktest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19
dependabot[bot] [Tue, 23 May 2023 08:57:37 +0000 (08:57 +0000)]
build(deps): bump github.com/mattn/go-isatty from 0.0.17 to 0.0.19

Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.17 to 0.0.19.
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.17...v0.0.19)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agobuild(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5
dependabot[bot] [Mon, 5 Jun 2023 07:55:18 +0000 (07:55 +0000)]
build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.5

Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.9.3 to 1.9.5.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](https://github.com/spf13/afero/compare/v1.9.3...v1.9.5)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agocommands,config: Fix typo in log and error messages
Oleksandr Redko [Tue, 23 May 2023 09:37:44 +0000 (12:37 +0300)]
commands,config: Fix typo in log and error messages

3 years agohelpers: Avoid url.Parse in RelURL and AbsURL if we can
Bjørn Erik Pedersen [Mon, 12 Jun 2023 13:08:40 +0000 (15:08 +0200)]
helpers: Avoid url.Parse in RelURL and AbsURL if we can

```
RelURL-10            159ns ± 5%      18ns ± 4%   -88.89%  (p=0.029 n=4+4)
AbsURL/relurl-10     532ns ± 0%     537ns ± 0%    +1.09%  (p=0.029 n=4+4)
AbsURL/absurl-10     142ns ± 0%       4ns ± 3%   -96.91%  (p=0.029 n=4+4)

name              old alloc/op   new alloc/op   delta
RelURL-10             144B ± 0%        0B       -100.00%  (p=0.029 n=4+4)
AbsURL/relurl-10      544B ± 0%      544B ± 0%      ~     (all equal)
AbsURL/absurl-10      144B ± 0%        0B       -100.00%  (p=0.029 n=4+4)

name              old allocs/op  new allocs/op  delta
RelURL-10             1.00 ± 0%      0.00       -100.00%  (p=0.029 n=4+4)
AbsURL/relurl-10      10.0 ± 0%      10.0 ± 0%      ~     (all equal)
AbsURL/absurl-10      1.00 ± 0%      0.00       -100.00%  (p=0.029 n=4+4)
```

3 years agoAdjust benchmarks
Bjørn Erik Pedersen [Mon, 12 Jun 2023 14:06:11 +0000 (16:06 +0200)]
Adjust benchmarks

3 years agoAdjust benchmark
Bjørn Erik Pedersen [Mon, 12 Jun 2023 13:18:41 +0000 (15:18 +0200)]
Adjust benchmark

3 years agoAdd BenchmarkAbsURL
Bjørn Erik Pedersen [Mon, 12 Jun 2023 13:15:28 +0000 (15:15 +0200)]
Add BenchmarkAbsURL

3 years agohelpers: Improve schema detection when creating relative URLs
Joe Mooring [Sat, 10 Jun 2023 16:26:35 +0000 (09:26 -0700)]
helpers: Improve schema detection when creating relative URLs

Fixes #11080

3 years agohelpers: Add a basic benchmark for RelURL
Bjørn Erik Pedersen [Mon, 12 Jun 2023 12:43:35 +0000 (14:43 +0200)]
helpers: Add a basic benchmark for RelURL

3 years agoconfig: Remove unexpected _merge keys introduced in author and social maps
Bjørn Erik Pedersen [Mon, 12 Jun 2023 12:30:43 +0000 (14:30 +0200)]
config: Remove unexpected _merge keys introduced in author and social maps

Fixes #11083

3 years agoUpgrade to v2 of the Dart Sass Embedded Protocol
Bjørn Erik Pedersen [Thu, 8 Jun 2023 14:29:04 +0000 (16:29 +0200)]
Upgrade to v2 of the Dart Sass Embedded Protocol

Fixes #11059

3 years agoFix indented SASS imports for Dart Sass
Bjørn Erik Pedersen [Thu, 8 Jun 2023 14:17:12 +0000 (16:17 +0200)]
Fix indented SASS imports for Dart Sass

Fixes #11074

3 years agoreleaser: Prepare repository for 0.114.0-DEV
hugoreleaser [Mon, 5 Jun 2023 15:16:33 +0000 (15:16 +0000)]
releaser: Prepare repository for 0.114.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.113.0
hugoreleaser [Mon, 5 Jun 2023 15:04:51 +0000 (15:04 +0000)]
releaser: Bump versions for release of 0.113.0

[ci skip]

3 years agodocs: Regenerate CLI docs
Bjørn Erik Pedersen [Mon, 5 Jun 2023 09:54:57 +0000 (11:54 +0200)]
docs: Regenerate CLI docs

3 years agocommands: Update CLI docs vs server and production
Bjørn Erik Pedersen [Mon, 5 Jun 2023 09:53:14 +0000 (11:53 +0200)]
commands: Update CLI docs vs server and production

Fixes #11067

3 years agocommands: Add TLS/HTTPS support to hugo server
Bjørn Erik Pedersen [Mon, 5 Jun 2023 07:53:53 +0000 (09:53 +0200)]
commands: Add TLS/HTTPS support to hugo server

* commands: Add TLS/HTTPS support to hugo server

The "auto cert" handling in this PR is backed by mkcert (see link below).

To get this up and running on a new PC, you can:

```
hugo server trust
hugo server --tlsAuto
```

When `--tlsAuto` (or `--tlsCertFile` and `--tlsKeyFile`) is set and no `--baseURL` is provided as a flag, the server is
started with TLS and `https` as the protocol.

Note that you only need to run `hugo server trust` once per PC.

If you already have the key and the cert file (e.g. by using mkcert directly), you can do:

```
hugo server --tlsCertFile mycert.pem --tlsKeyFile mykey.pem
```

See https://github.com/FiloSottile/mkcert

Fixes #11064

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Fri, 2 Jun 2023 07:19:22 +0000 (07:19 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.7
hugoreleaser [Fri, 2 Jun 2023 07:07:11 +0000 (07:07 +0000)]
releaser: Bump versions for release of 0.112.7

[ci skip]

3 years agoFix menuItem.URL when pageRef is not set
Bjørn Erik Pedersen [Fri, 2 Jun 2023 05:59:50 +0000 (07:59 +0200)]
Fix menuItem.URL when pageRef is not set

Fixes #11062

3 years agoDon't inject livereload script on hugo -w
Bjørn Erik Pedersen [Fri, 2 Jun 2023 05:49:42 +0000 (07:49 +0200)]
Don't inject livereload script on hugo -w

Fixes #11061

3 years agomarkup: Fix typo in function and struct names
Oleksandr Redko [Tue, 23 May 2023 13:31:36 +0000 (16:31 +0300)]
markup: Fix typo in function and struct names

3 years agoall: Replace deprecated ioutil with io and os
Oleksandr Redko [Tue, 23 May 2023 14:55:26 +0000 (17:55 +0300)]
all: Replace deprecated ioutil with io and os

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Thu, 1 Jun 2023 09:15:08 +0000 (09:15 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.6
hugoreleaser [Thu, 1 Jun 2023 09:03:29 +0000 (09:03 +0000)]
releaser: Bump versions for release of 0.112.6

[ci skip]

3 years agodocs: Regenerate CLI docs
Bjørn Erik Pedersen [Thu, 1 Jun 2023 08:51:41 +0000 (10:51 +0200)]
docs: Regenerate CLI docs

3 years agoSquashed 'docs/' changes from 1798dc0d5..1d5548d73
Bjørn Erik Pedersen [Thu, 1 Jun 2023 08:51:24 +0000 (10:51 +0200)]
Squashed 'docs/' changes from 1798dc0d5..1d5548d73

1d5548d73 build.cachebusters
3c966904d netlify: Hugo 0.112.5
b32c3a811 Bump min Go version to 1.19 when building from source (#2095)
9dea2d2f9 netlify: Hugo 0.112.4
b3fb4a1bc docs: Regenerate CLI docs
291ecd301 docs: Regen CLI docs
c886958e2 Merge commit 'd3927310d5b2404c3238f9b899db3329ea516490'

git-subtree-dir: docs
git-subtree-split: 1d5548d7355be39364404a67eee7186d5ea71930

3 years agoMerge commit 'dfb1895e4b82b2249d9baaed37ac7ae5e855a126'
Bjørn Erik Pedersen [Thu, 1 Jun 2023 08:51:24 +0000 (10:51 +0200)]
Merge commit 'dfb1895e4b82b2249d9baaed37ac7ae5e855a126'

3 years agocommands: Add --lang to hugo config
Bjørn Erik Pedersen [Thu, 1 Jun 2023 07:53:40 +0000 (09:53 +0200)]
commands: Add --lang to hugo config

Fixes #11057

3 years agoMake sure any default mounts show up in "hugo config"
Bjørn Erik Pedersen [Thu, 1 Jun 2023 07:30:16 +0000 (09:30 +0200)]
Make sure any default mounts show up in "hugo config"

Fixes #11040

3 years agogithub: Fix Windows build
Bjørn Erik Pedersen [Wed, 31 May 2023 14:00:23 +0000 (16:00 +0200)]
github: Fix Windows build

Also update some Actions to get rid of some warnings.

Fixes #11052

3 years agodeps: Update github.com/tdewolff/minify/v2 v2.12.5 => v2.12.6
Joe Mooring [Tue, 30 May 2023 23:41:20 +0000 (16:41 -0700)]
deps: Update github.com/tdewolff/minify/v2 v2.12.5 => v2.12.6

3 years agotpl/tplimpl: Use .Language.LanguageCode in built-in templates
Joe Mooring [Sat, 27 May 2023 22:04:51 +0000 (15:04 -0700)]
tpl/tplimpl: Use .Language.LanguageCode in built-in templates

3 years agoFail on invalid defaultContentLanguage
Bjørn Erik Pedersen [Tue, 30 May 2023 09:53:38 +0000 (11:53 +0200)]
Fail on invalid defaultContentLanguage

Fixes #11044

3 years agoAvoid panic in invalid language config
Bjørn Erik Pedersen [Tue, 30 May 2023 09:48:17 +0000 (11:48 +0200)]
Avoid panic in invalid language config

Fixes #11046

3 years agoDon't panic on empty yaml config params
Bjørn Erik Pedersen [Tue, 30 May 2023 09:38:29 +0000 (11:38 +0200)]
Don't panic on empty yaml config params

Fixes #11047

3 years agoPrevent double escaping of image alt-text in Goldmar typographer
Bjørn Erik Pedersen [Tue, 30 May 2023 11:21:45 +0000 (13:21 +0200)]
Prevent double escaping of image alt-text in Goldmar typographer

Fixes #11045

3 years agoFix potential deadlock in ByParam
Bjørn Erik Pedersen [Mon, 29 May 2023 10:58:22 +0000 (12:58 +0200)]
Fix potential deadlock in ByParam

Fixes #11039

3 years agoreleaser: Bump versions for release of 0.112.5
hugoreleaser [Mon, 29 May 2023 06:43:02 +0000 (06:43 +0000)]
releaser: Bump versions for release of 0.112.5

[ci skip]

3 years agoFix it so languageCode on top level config still works
Bjørn Erik Pedersen [Sun, 28 May 2023 16:42:10 +0000 (18:42 +0200)]
Fix it so languageCode on top level config still works

This is common for monolingual sites, and we broke this in Hugo 0.112.4.

Fixes #11037

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Sun, 28 May 2023 13:15:07 +0000 (13:15 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.4
hugoreleaser [Sun, 28 May 2023 13:04:00 +0000 (13:04 +0000)]
releaser: Bump versions for release of 0.112.4

[ci skip]

3 years agodocs: Regenerate CLI docs
Bjørn Erik Pedersen [Sun, 28 May 2023 11:07:47 +0000 (13:07 +0200)]
docs: Regenerate CLI docs

3 years agocommands: Add the common build flags to the config commands
Bjørn Erik Pedersen [Sun, 28 May 2023 11:06:26 +0000 (13:06 +0200)]
commands: Add the common build flags to the config commands

Which allows to see the config with `--theme` applied.

Updates #11018

3 years agoFix Processed images count regression for multiple languages
Bjørn Erik Pedersen [Sun, 28 May 2023 09:35:00 +0000 (11:35 +0200)]
Fix Processed images count regression for multiple languages

Fixes #11002

3 years agocommands: Reinstate some of the removed build flags (e.g. --theme) to new and mod
Bjørn Erik Pedersen [Sun, 28 May 2023 08:44:40 +0000 (10:44 +0200)]
commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod

Fixes #11018

3 years agoDon't create the public folder unless needed
Bjørn Erik Pedersen [Sun, 28 May 2023 08:07:03 +0000 (10:07 +0200)]
Don't create the public folder unless needed

Fixes #11031

3 years agodocs: Regen CLI docs
Bjørn Erik Pedersen [Sat, 27 May 2023 15:03:14 +0000 (17:03 +0200)]
docs: Regen CLI docs

3 years agoMerge commit 'd3927310d5b2404c3238f9b899db3329ea516490'
Bjørn Erik Pedersen [Sat, 27 May 2023 15:02:23 +0000 (17:02 +0200)]
Merge commit 'd3927310d5b2404c3238f9b899db3329ea516490'

3 years agoSquashed 'docs/' changes from 39af43ef1..1798dc0d5
Bjørn Erik Pedersen [Sat, 27 May 2023 14:59:59 +0000 (16:59 +0200)]
Squashed 'docs/' changes from 39af43ef1..1798dc0d5

1798dc0d5 Update theme
403fa716e Update CLI documentation (#2092)
aade5a09e Correct media subtype example
53cd9dea6 netlify: Hugo 0.112.3
b78b86cb1 Add source/target warning to resources.Copy (#2091)
50c299729 netlify: Hugo 0.112.2
73197046f Change config.xxx to hugo.xxx throughout the documentation (#2090)
d489d4c6f Add hugo.WorkingDir to docs (#2089)
7487df809 Fix typos (#2088)
6d0572cd6 netlify: Hugo 0.112.1
6838600b2 netlify: Hugo 0.112.0
513e7a80f Merge branch 'tempv0.112.0'
91eb44275 Some more about 0.112.0
bd3b33a27 docs: Regen docshelper
fb3027daf docs: Regen CLI docs
8e7b8e987 Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
a942ceef4 tpl/tplimpl: Add img loading attribute to figure shortcode  (#10927)
0e0c7b25e tpl/urls: Return empty string when JoinPath has zero args
310ce949a tpl/urls: Add JoinPath template function
ae435ca77 tpl: Add math.Abs
f340139f8 Revert "Update syntax-highlighting.md (#10929)" (#10930)
917a0e24d Update syntax-highlighting.md (#10929)

git-subtree-dir: docs
git-subtree-split: 1798dc0d54ce048dd975863b490cd809ef14268a

3 years agocommands: Fail the build when no config file or config dir
Bjørn Erik Pedersen [Sat, 27 May 2023 14:07:56 +0000 (16:07 +0200)]
commands: Fail the build when no config file or config dir

Fixes #11019

3 years agolangs: Remove the Language.Params deprecation message for now
Bjørn Erik Pedersen [Sat, 27 May 2023 13:56:05 +0000 (15:56 +0200)]
langs: Remove the Language.Params deprecation message for now

Closes #11025

3 years agoAdd language.LanguageCode
Bjørn Erik Pedersen [Sat, 27 May 2023 13:44:41 +0000 (15:44 +0200)]
Add language.LanguageCode

But keep an alias at Site

Closes #11027

3 years agoFix --renderStaticToDisk regression
Bjørn Erik Pedersen [Sat, 27 May 2023 13:22:45 +0000 (15:22 +0200)]
Fix --renderStaticToDisk regression

Fixes #11026

3 years agocommands: Re-introduce the -f shorthand for hugo new site
Bjørn Erik Pedersen [Sat, 27 May 2023 13:08:11 +0000 (15:08 +0200)]
commands: Re-introduce the -f shorthand for hugo new site

Fixes #11015

3 years agocommands: Move the --format flag to only the commands that support it
Bjørn Erik Pedersen [Sat, 27 May 2023 13:04:36 +0000 (15:04 +0200)]
commands: Move the --format flag to only the commands that support it

Fixes #11022

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Wed, 24 May 2023 14:54:43 +0000 (14:54 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.3
hugoreleaser [Wed, 24 May 2023 14:42:50 +0000 (14:42 +0000)]
releaser: Bump versions for release of 0.112.3

[ci skip]

3 years agoFix regression when loading config -e is empty or HUGO_ENV or HUGO_ENVIRONMENT is set
Bjørn Erik Pedersen [Wed, 24 May 2023 13:53:49 +0000 (15:53 +0200)]
Fix regression when loading config  -e is empty or HUGO_ENV or HUGO_ENVIRONMENT is set

Fixes #11013

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Wed, 24 May 2023 10:57:20 +0000 (10:57 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.2
hugoreleaser [Wed, 24 May 2023 10:45:31 +0000 (10:45 +0000)]
releaser: Bump versions for release of 0.112.2

[ci skip]

3 years agominifiers: Make sure JS.Version always has a value
Bjørn Erik Pedersen [Wed, 24 May 2023 09:35:59 +0000 (11:35 +0200)]
minifiers: Make sure JS.Version always has a value

Fixes #11012

3 years agoFix regression with site.IsServer when not running a server
Bjørn Erik Pedersen [Wed, 24 May 2023 07:26:30 +0000 (09:26 +0200)]
Fix regression with site.IsServer when not running a server

Fixes #11006

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Tue, 23 May 2023 17:38:44 +0000 (17:38 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.1
hugoreleaser [Tue, 23 May 2023 17:26:16 +0000 (17:26 +0000)]
releaser: Bump versions for release of 0.112.1

[ci skip]

3 years agoFix regression when config for OutputFormat.BaseName is an empty string
Bjørn Erik Pedersen [Tue, 23 May 2023 15:39:49 +0000 (17:39 +0200)]
Fix regression when config for OutputFormat.BaseName is an empty string

Fixes #11000

3 years agoreleaser: Prepare repository for 0.113.0-DEV
hugoreleaser [Tue, 23 May 2023 08:25:56 +0000 (08:25 +0000)]
releaser: Prepare repository for 0.113.0-DEV

[ci skip]

3 years agoreleaser: Bump versions for release of 0.112.0
hugoreleaser [Tue, 23 May 2023 08:14:20 +0000 (08:14 +0000)]
releaser: Bump versions for release of 0.112.0

[ci skip]

3 years agocircleci: Add github.com to known hosts
Bjørn Erik Pedersen [Tue, 23 May 2023 08:12:16 +0000 (10:12 +0200)]
circleci: Add github.com to known hosts

3 years agoRevert "build(deps): bump gocloud.dev from 0.24.0 to 0.29.0"
Bjørn Erik Pedersen [Tue, 23 May 2023 07:13:48 +0000 (09:13 +0200)]
Revert "build(deps): bump gocloud.dev from 0.24.0 to 0.29.0"

This reverts commit baa556904279845f5c137d7a2ea54518784faab2.

See #10993

3 years agoRevert "postcss: Improve validation of option 'config'"
Bjørn Erik Pedersen [Mon, 22 May 2023 18:31:59 +0000 (20:31 +0200)]
Revert "postcss: Improve validation of option 'config'"

This reverts commit 9a0370e8eb71fed3ac04984020b6aa95c43f22ab.

Closes #10990

3 years agoAdd --format to hugo config
Bjørn Erik Pedersen [Mon, 22 May 2023 17:00:07 +0000 (19:00 +0200)]
Add --format to hugo config

Now default to TOML.

3 years agodocs: Regen docshelper
Bjørn Erik Pedersen [Mon, 22 May 2023 15:47:06 +0000 (17:47 +0200)]
docs: Regen docshelper

3 years agocommands: Add missing gen docshelper command
Bjørn Erik Pedersen [Mon, 22 May 2023 15:35:21 +0000 (17:35 +0200)]
commands: Add missing gen docshelper command

Updates #10953

3 years agoFix "unknown command" message when no suggestion
Bjørn Erik Pedersen [Mon, 22 May 2023 15:09:43 +0000 (17:09 +0200)]
Fix "unknown command" message when no suggestion

Updates #10953

3 years agopostcss: Improve validation of option 'config'
Andreas Deininger [Mon, 22 May 2023 16:14:10 +0000 (18:14 +0200)]
postcss: Improve validation of option 'config'

3 years agodocs: Regen CLI docs
Bjørn Erik Pedersen [Mon, 22 May 2023 14:48:58 +0000 (16:48 +0200)]
docs: Regen CLI docs

3 years agoMerge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
Bjørn Erik Pedersen [Mon, 22 May 2023 14:47:07 +0000 (16:47 +0200)]
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'

3 years agoSquashed 'docs/' changes from 6e32d0591..39af43ef1
Bjørn Erik Pedersen [Mon, 22 May 2023 14:43:12 +0000 (16:43 +0200)]
Squashed 'docs/' changes from 6e32d0591..39af43ef1

39af43ef1 Update postprocess.md
3ec192d08 Update multilingual.md
7fc7bf862 Add a note about some changes in 0.112.0
742510ae8 Fix ordinal abbrev example
fe557031a Correct spelling for 'GitHub' and 'GitLab' (#2082)
84a059b9a Fix typo in hosting-on-azure.md (#2080)
3383786fe Add i18n to list of directories affected by ignoreFiles
5bfb95234 Update 404.md (#2076)
87545a4fd Update hosting-on-cloudflare-pages.md (#2078)
aa5952c28 Add default module mount to example (#2075)
ced5292c8 Align permalinks examples (#2073)
77b5009fd Fix typo
c79319a6a Clarify description of baseURL
e93a9807b Fix typo in frontmatter description (#2071)
05fe9163a Remove erroneous statement
aa59ef383 docs: Remove note about hugo server not using 404 (#2068)
4a387a6b8 Clarify findRESubmatch (#2065)
47a9181b5 Clarify findRE, replaceRE, and findRESubmatch (#2064)
e5eedbb5e Update theme
5d392c3d4 Clarify pageRef menu property (#2059)
a557b0ebf Fix typos on Configure Hugo page (#2058)
17ef283e6 Clarify module.replacements wording (#2052)
5db4aa421 Fixing broken links (#2057)
9afa0c2fa Fix broken links (#2055)
49b981b1f Correct repo URL for migration tool (contentful.com) (#2056)
969c24c16 Remove duplicate content
0b91e7676 Revert "Delete duplicate content"
3229e79f2 Delete duplicate content
ec4eddb98 Fix typo
6509159d5 Describe snap package strict confinement (#2050)
1589bcdb7 Remove hugo.Generator admonition (#2048)
7e553d11b Add example
48bec0335 Replace blockquotes with admonitions where appropriate (#2043)
98226fe61 Remove orphaned param fron admonition calls (#2042)
2a37a1d21 Clarify cast functions (#2041)
03fd1d404 Fix typo
1898013ef Fix typos
944e27430 Replace output shortcode calls
0c66fb055 Add example of shortcode calls within sample code
f25a79c69 Replace tip and warning shortcode calls
3afac22fc Refactor code shortcode
ad65d2931 Clarify seq function
59f8a1f48 Clarify title function
47535dc87 Cleanup hasPrefix hasSuffix
7bee3e4c1 Cleanup action delimiters
cc96070f0 Correct functions archetype
ffe5d39b9 Remove duplicate shortcodes
075c9f3fe Remove old todos
bc3ec033c Front matter cleanup (#2039)
928b94505 Add code fence types (#2038)
856fa293c Document .File.Filename (#2037)
0988c4a42 Update output-formats.md (#2036)
289da5658 Change findRe to findRE
1e50f0583 Update theme
f90fb1bf5 Improve type formatting (#2032)
7785fa7d9 Use code-toggle shortcode where appropriate
f11cabf37 Add space after and before action delimiters
ac333c795 Replace erroneous use of nocopy shortcode param
064896c06 Use bool param when calling code-toggle
fb33bf59b Update code-toggle shortcode
6ddeab4f8 Add missing go-html-template code fence type (#2030)
1bba4cefb Fix links (#2029)
77f4d6c32 Link destination cleanup (#2028)
fc0ecc027 Improve breadcrumb example (#2026)
6148be2de Update the breadcrumb navigation example (#2025)
6ebb37b1b Clarify sort function (#2024)
31269bad9 Add Winget installation method (#1988)
d6c5f940e Resource methods: add signatures, minor improvements (#2017)
d2e594cbc Modify inner variable shortcode-template explanation (#1985)
a54927a7f Update GitHub Pages starter workflow (#2023)
2964c2d44 Remove orphaned static files (#2022)
97e5567cc Complete documentation on '.Scratch' and '.Store' (#2016)
fa7b2e299 Fix typo
bdce77c57 Remove literal from example menu template
c0f23b216 Correct and improve menu documentation (#2010)
464368fd9 Document .Page.Store (#2011)
a3d7c4a3a Improve urls.Parse function (#2012)
d2cec3776 Clarify postcss config option (#2013)
eb3003fef Fixed typo (#2007)
90c82d7ea Clarify mermaid markdown example (#2004)
1b11dcd5c docs(Diagrams): Update mermaid import mechanism (#1967)
4aceb6855 Fingerprinting, asset management: minor improvements (#2003)
bcbc519bb resources.GetRemote: minor improvement (#2002)
d54185bef Clarify markdownify behavior (#1999)
afb582a80 Clarify usage of slug in front matter (#1998)
f71985315 Update hasSuffix.md
29ad622a3 netlify: Hugo 0.111.3
adf223ecc Merge branch 'tempv0.111.3'
06858c646 docs: Improve examples of variadic math functions
8b656994e tpl/math: Allow multi numbers in add, sub, mul, div, min and max
2a38c4046 tpl: Add hasSuffix alias
4e0b98d54 switch transfers to workers
11651ac0f customize parallel transfer count
142f5da81 Update GitHub hosting instructions (#1991)
ad7901d2f netlify: Hugo 0.111.2
0651a76e0 add headings to distinguish render hook context params
d96d75be4 netlify: Hugo 0.111.1
226cb9e3a Add a paragraph about the new page template function
4c0157a49 Add .Fragments docs
6c78c0679 netlify: Bump to Hugo 0.111.0
7b11c24cf Merge branch 'feat/related-fragments'
615d18ef8 Add Related fragments config
a36449b0c cods: Regen docs helper
0272fa45f Merge commit '336622d5e7afd9334cd2de7150d4f16bdf7c24f9'
c5a962b93 related: Add config option cardinalityThreshold
f91677377  docs: Another fix related docs example
17aa939ea docs: Fix related docs example
12c449150 Merge commit 'cf591b7c0c598d34896709db6d28598da37e3ff6'
cb998b3d6 Add page fragments support to Related

git-subtree-dir: docs
git-subtree-split: 39af43ef11c23b8eaea7e17b59ff065a169305ac

3 years agoAvoid writing to hugo_stats.json when there are no changes
Bjørn Erik Pedersen [Mon, 22 May 2023 13:29:27 +0000 (15:29 +0200)]
Avoid writing to hugo_stats.json when there are no changes

Fixes #10985