Bjørn Erik Pedersen
7e758c23b3
netlify: Hugo 0.120.2
2023-10-31 17:47:48 +01:00
hugoreleaser
9e06fd3394
releaser: Prepare repository for 0.121.0-DEV
...
[ci skip]
2023-10-31 16:40:29 +00:00
hugoreleaser
9c2b2414d2
releaser: Bump versions for release of 0.120.2
...
[ci skip]
2023-10-31 16:27:18 +00:00
Bjørn Erik Pedersen
ab21433689
Fix deprecation printing on info level
...
Fixes #11638
2023-10-31 10:42:23 +01:00
Joe Mooring
23fcfb7f74
tpl/tplimpl: Fix deprecation logic in RSS template
...
Closes #11639
2023-10-31 08:34:30 +01:00
Joe Mooring
641ba39762
Update configuration.md
2023-10-30 20:37:28 -07:00
Joe Mooring
d2a9909d97
Update rss.md
...
Closes #2293
2023-10-30 14:09:24 -07:00
Bjørn Erik Pedersen
7eb59d7a27
netlify: Hugo 0.120.1
2023-10-30 18:00:45 +01:00
hugoreleaser
47bf2fcbe2
releaser: Prepare repository for 0.121.0-DEV
...
[ci skip]
2023-10-30 16:57:41 +00:00
hugoreleaser
16fb2cae88
releaser: Bump versions for release of 0.120.1
...
[ci skip]
2023-10-30 16:44:31 +00:00
Joe Mooring
2bedcf3d18
deps: Update github.com/tdewolff/minify/v2 v2.20.0 => v2.20.1
...
Fixes #11633
2023-10-30 17:41:33 +01:00
Joe Mooring
708c351c4c
Document debug.Timer
2023-10-30 17:41:00 +01:00
Joe Mooring
28e2388c2f
Add new-in tag to images.Padding
2023-10-30 09:04:36 -07:00
Joe Mooring
ee24cffb58
Add new-in tags to hugo.IsDevelopment and hugo.IsServer
2023-10-30 09:03:17 -07:00
Bjørn Erik Pedersen
aa47ca0232
netlify: Hugo 0.120.0
v0.120.0
2023-10-30 15:34:29 +01:00
hugoreleaser
935999e2fa
releaser: Prepare repository for 0.121.0-DEV
...
[ci skip]
2023-10-30 14:20:34 +00:00
hugoreleaser
20c3bae2c4
releaser: Bump versions for release of 0.120.0
...
[ci skip]
2023-10-30 14:06:47 +00:00
Bjørn Erik Pedersen
9c3e606fc8
docs: Regen docshelper
2023-10-30 15:03:10 +01:00
Bjørn Erik Pedersen
29b6e133a8
docs: Regen docshelper
2023-10-30 15:03:10 +01:00
Bjørn Erik Pedersen
7f8ab74681
Add Solaris build
...
Closes #3500
2023-10-30 12:43:36 +01:00
dependabot[bot]
59bcc098cf
build(deps): bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0
...
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify ) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/fsnotify/fsnotify/releases )
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.6.0...v1.7.0 )
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 12:42:17 +01:00
dependabot[bot]
e26ba752d2
build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.5.9 to 0.6.0.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 10:31:21 +01:00
dependabot[bot]
bcf07fa639
build(deps): bump github.com/alecthomas/chroma/v2 from 2.9.1 to 2.10.0
...
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma ) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/alecthomas/chroma/releases )
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml )
- [Commits](https://github.com/alecthomas/chroma/compare/v2.9.1...v2.10.0 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 10:28:42 +01:00
Bjørn Erik Pedersen
b6a7568131
Make site.BaseURL and $pager.URL a string
...
Was template.URL.
2023-10-30 10:26:06 +01:00
Joe Mooring
acf01bfb78
create/skeletons: Fix menu template
...
Check identifier existence before calling lang.Translate to prevent
empty warnings when using the --printI18nWarnings flag.
Closes #11519
2023-10-30 09:02:49 +01:00
Joe Mooring
159fd971e4
commands/new: Remove format flag from new content cmd
...
Fixes #11462
2023-10-30 09:02:26 +01:00
Joe Mooring
27b22cd87e
commands/new: Remove format flag from new content cmd
...
Fixes #11462
2023-10-30 09:02:26 +01:00
Joe Mooring
a2488b1c95
hugolib: Display correct markup identifier in error message
...
Fixes #11538
2023-10-30 09:01:34 +01:00
Bjørn Erik Pedersen
8f60c0c1ec
livereloadinject: Save some allocations
...
As suggested by @DominoPivot
```
name old time/op new time/op delta
LiveReloadInject-10 1.11µs ± 2% 1.04µs ± 2% -6.45% (p=0.029 n=4+4)
name old alloc/op new alloc/op delta
LiveReloadInject-10 1.23kB ± 0% 0.89kB ± 0% -27.69% (p=0.029 n=4+4)
name old allocs/op new allocs/op delta
LiveReloadInject-10 12.0 ± 0% 10.0 ± 0% -16.67% (p=0.029 n=4+4)
```
2023-10-29 18:37:05 +01:00
Domino Goupil
9dc608084b
livereloadinject: Use more robust injection method
2023-10-29 18:37:05 +01:00
Joe Mooring
a349aafb7f
tpl/urls: Return strings from URL functions
...
Closes #11511
2023-10-29 18:12:24 +01:00
Bjørn Erik Pedersen
b8fbd4a578
transform/livereloadinject: Add benchmark
2023-10-29 17:50:55 +01:00
dependabot[bot]
e2b2092ce6
build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0
...
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29 16:38:06 +01:00
dependabot[bot]
f4df7b88b3
build(deps): bump github.com/tdewolff/minify/v2 from 2.12.9 to 2.20.0
...
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify ) from 2.12.9 to 2.20.0.
- [Release notes](https://github.com/tdewolff/minify/releases )
- [Commits](https://github.com/tdewolff/minify/compare/v2.12.9...v2.20.0 )
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-29 11:36:23 +01:00
dependabot[bot]
3d9bd404ee
build(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
...
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty ) from 0.0.19 to 0.0.20.
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.19...v0.0.20 )
---
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>
2023-10-29 11:35:16 +01:00
dependabot[bot]
5f5e55aa8d
build(deps): bump golang.org/x/image from 0.12.0 to 0.13.0
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.12.0 to 0.13.0.
- [Commits](https://github.com/golang/image/compare/v0.12.0...v0.13.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>
2023-10-29 11:34:13 +01:00
Bjørn Erik Pedersen
aaaf1c8df5
Squashed 'docs/' changes from 417593493..4d936aee6
...
4d936aee6 Fix function signatures
8182a27ed Simplify example usage of apply function
git-subtree-dir: docs
git-subtree-split: 4d936aee622b779ef5541154750b51051dc0bf14
2023-10-29 11:33:05 +01:00
Bjørn Erik Pedersen
9f7878092e
Merge commit 'aaaf1c8df5d6aa061609d20510f7fa6c42e5cc1a'
2023-10-29 11:33:05 +01:00
Bjørn Erik Pedersen
0baa4f9837
Merge commit 'aaaf1c8df5d6aa061609d20510f7fa6c42e5cc1a'
2023-10-29 11:33:05 +01:00
Bjørn Erik Pedersen
65b2dd3244
docs: Regenerate docshelper
2023-10-29 11:31:51 +01:00
Bjørn Erik Pedersen
d3d4ab41a9
docs: Regenerate docshelper
2023-10-29 11:31:51 +01:00
Bjørn Erik Pedersen
28d844642a
Revert "modules: Throttle the "downloading modules …" log entries"
...
This reverts commit 66904097e02fc3e846ec87a9db023df92cf613ba.
2023-10-29 10:57:27 +01:00
Bjørn Erik Pedersen
eb5fd3127f
Revert "modules: Adjust the log throttle logic a little"
...
This reverts commit 3f64b5a3de5f097c4ee1b70505398f75feb391c4.
2023-10-29 10:57:25 +01:00
Joe Mooring
2be6206631
resources/images: Create padding image filter
...
Closes #11599
2023-10-29 10:16:37 +01:00
Joe Mooring
3ed28e4bfe
resources/images: Create padding image filter
...
Closes #11599
2023-10-29 10:16:37 +01:00
OMOTO Tsukasa
db14238ba3
markup/goldmark: Update the CJK extension to allow specifying line break styles
...
This commit follows https://github.com/yuin/goldmark/pull/411
2023-10-29 10:13:56 +01:00
Joe Mooring
4d936aee62
Fix function signatures
2023-10-28 11:08:07 -07:00
Bjørn Erik Pedersen
3f64b5a3de
modules: Adjust the log throttle logic a little
2023-10-28 17:40:07 +02:00
Bjørn Erik Pedersen
66904097e0
modules: Throttle the "downloading modules …" log entries
2023-10-28 17:15:34 +02:00
Bjørn Erik Pedersen
e54139c85b
tpl/collections: Make delimit return a string
...
Closes #10876
Closes #11502
2023-10-28 11:54:23 +02:00