aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
4 daysbuild(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.4 to 1.32.7dependabot/go_modules/github.com/aws/aws-sdk-go-v2-1.32.7dependabot[bot]
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.4 to 1.32.7. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.32.4...v1.32.7) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
5 dayscommon/loggers: Write PrintTimerIfDelayed output to stdErrJoe Mooring
Closes #13171
5 daysbuild(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1dependabot[bot]
Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/cast/releases) - [Commits](https://github.com/spf13/cast/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/spf13/cast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
5 dayshugolib: Fix fallbacks for menu entry Name and TitleJoe Mooring
Closes #13161
7 daysreleaser: Prepare repository for 0.141.0-DEVrelease-0.140.0hugoreleaser
[ci skip]
7 daysreleaser: Bump versions for release of 0.140.0v0.140.0hugoreleaser
[ci skip]
7 daysjs/esbuild: Add missing es2024 targetBjørn Erik Pedersen
8 daysFix panic on server rebuilds when using both base templates and template.DeferBjørn Erik Pedersen
Fixes #12963
8 daysjs: Fix js.Batch for multihost setupsBjørn Erik Pedersen
Note that this is an unreleased feature. Fixes #13151
8 daysparser/pageparser: Fix Org Mode summary delimiter assignmentJoe Mooring
Closes #13152
8 daysFix a rebuild on resource rename caseBjørn Erik Pedersen
8 daysjs/esbuild: Add runners after scriptsBjørn Erik Pedersen
8 daysjs/esbuild: Batch: Avoid nil Instances sliceBjørn Erik Pedersen
Ranging over a nil slice in Go works great, but is a hassle onced passed to JS.
11 daystpl/tplimpl: Fix title attribute in details shortcodeJoe Mooring
11 daystpl/tplimpl: Update youtube shortcodeJoe Mooring
Pass a map instead of a slice to the collections.Querify function.
11 daystpl/tplimpl: Update details shortcodeJoe Mooring
- Remove localization of default summary value - Add title attribute - Reformat to be consistent with other embedded templates - Simplify and improve integration test - Update documentation
11 daystpl/collections: Allow querify to accept a map argumentJoe Mooring
Closes #13131
11 daysjs/esbuild: Build groups in order of their IDBjørn Erik Pedersen
We already do this for scripts e.g. inside a group. This makes sure that group A's entry points gets added before B's, which can be an important property, see https://github.com/evanw/esbuild/issues/399#issuecomment-1458680887
11 daystpl/tplimpl: Add details shortcoderacehd
- Add new shortcode to render details HTML element. - Implement integration tests to check: default state, custom summary, open state, attribute sanitization, allowed attributes, and localization of default summary text. - Update docs to include details shortcode. Closes # 13090
11 daysWrite all logging (INFO, WARN, ERROR) to stderrBjørn Erik Pedersen
The old setup tried to log >= warning to stderr, the rest to stdout. However, that logic was flawed, so warnings ended up in stdout, which makes `hugo list all` etc. hard to reason about from scripts. This commit fixes this by making all logging (info, warn, error) log to stderr and let stdout be reserved for program output. Fixes #13074
12 daysjs/esbuild: Add platform optionBjørn Erik Pedersen
Closes #13136
12 daysAdd config option disableDefaultLanguageRedirectBjørn Erik Pedersen
Fixes #13133
12 daysAdd js.BatchBjørn Erik Pedersen
Fixes #12626 Closes #7499 Closes #9978 Closes #12879 Closes #13113 Fixes #13116
12 daysbuild(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0dependabot[bot]
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0. - [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
12 daysUpgrade to Go 1.23.4Bjørn Erik Pedersen
Closes #13130
12 daysbuild(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0dependabot[bot]
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
13 daysRemove some old and unused shell scriptsBjørn Erik Pedersen
13 daysbuild(deps): bump github.com/hairyhenderson/go-codeownersdependabot[bot]
Bumps [github.com/hairyhenderson/go-codeowners](https://github.com/hairyhenderson/go-codeowners) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/hairyhenderson/go-codeowners/releases) - [Changelog](https://github.com/hairyhenderson/go-codeowners/blob/main/CHANGELOG.md) - [Commits](https://github.com/hairyhenderson/go-codeowners/compare/v0.6.1...v0.7.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] <[email protected]>
13 daysMerge commit 'e477373487abcccdbed95688e37aa74b9b8fc198'Bjørn Erik Pedersen
13 daysSquashed 'docs/' changes from 227aab619..8390a4a3aBjørn Erik Pedersen
8390a4a3a Add Void Linux installation instructions d6099aae8 Update link to PostCSS plugins 25dad4693 netlify: Hugo 0.139.4 2b1fa118c Fix typo 3ef1eb505 Update hosting-on-aws-amplify c0f6d35d6 Fix typo aa54d4301 Correct directory name 98aa26bdb Improve instructions for hosting with AWS Amplify a07638a80 Add new-in badges 6ad018055 netlify: Hugo 0.139.3 1050835d6 Update title of hugo.Store page ebbd2e851 Clarify the shortcode Ordinal method b7716ed95 Revise code block render hook for Mermaid diagrams f1da9b6ea netlify: Hugo 0.139.2 d8ac9f428 Downgrade the Go toolchain in go.mod to a slightly older Go version 254b3c4f2 netlify: Hugo 0.139.1 03e666038 Add hugo.Store, site.Store and Shortcode.Store 157e8983b Update Anchorize.md 59fa9f214 Document the PageRef menu entry method bda544cce docs(transform.Unmarshal): match lang attribute to title language in examples 1985886bd Adjust front matter of shared Markdown snippets da5bd70d1 Fix typo 431b65d6b Update theme b63ef69f5 Update style guidance d50ed3422 Remove old new-in badges 12bfb9933 Update docs.yaml 0b936cacd netlify: Hugo 0.139.0 ab7668b4d dartsass: Add silenceDeprecations option 154df9bfc Merge commit '838bd312b1a287bb33962ad478dbc54737654f35' efa80477c docs: Regen CLI docs ad99e4a7a docs: Regenerate CLI docs git-subtree-dir: docs git-subtree-split: 8390a4a3ac36094f4cf47170af23b636608c420e
2024-12-10Fix Sass imports on the form index.{scss,sass}Bjørn Erik Pedersen
Fixes #13123
2024-12-10build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.32.0. - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.32.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 protected]>
2024-12-10markup/goldmark: Fix blockquote render hook text parsingJoe Mooring
Fixes #12913 Fixes #13119
2024-12-09releaser: Bump versions for release of 0.139.4v0.139.4hugoreleaser
[ci skip]
2024-12-09tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodesJoe Mooring
2024-12-06deps: Upgrade github.com/bep/godartsass/v2 v2.3.1 => v2.3.2Bjørn Erik Pedersen
See https://github.com/bep/godartsass/issues/31 for some context.
2024-12-05common/maps: Simplify TestScratchSetInMap/DeleteInMapOleksandr Redko
2024-12-04markup/tableofcontents: Cast Fragments.ToHTML args to intJoe Mooring
Closes #13107
2024-11-29releaser: Prepare repository for 0.140.0-DEVrelease-0.139.3hugoreleaser
[ci skip]
2024-11-29releaser: Bump versions for release of 0.139.3v0.139.3hugoreleaser
[ci skip]
2024-11-29Fix server edits of resources included in shortcode/hooksBjørn Erik Pedersen
Fixes #13093
2024-11-28Fix some typoshuajin tong
2024-11-28build(deps): bump github.com/bep/godartsass/v2 from 2.3.0 to 2.3.1dependabot[bot]
Bumps [github.com/bep/godartsass/v2](https://github.com/bep/godartsass) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/bep/godartsass/releases) - [Commits](https://github.com/bep/godartsass/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: github.com/bep/godartsass/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-11-27build(deps): bump github.com/tetratelabs/wazero from 1.8.1 to 1.8.2dependabot[bot]
Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/tetratelabs/wazero/releases) - [Commits](https://github.com/tetratelabs/wazero/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/tetratelabs/wazero dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2024-11-25commands: Fix flaw in the livereload logicBjørn Erik Pedersen
I guess most commonly an issue with TailwindCSS editing in templates: * Build changes both CSS and index.html => reload OK. * Build changes both CSS and index.html and some other files => only CSS reloaded. The above would fix itself with one more edit, but that's annoying.
2024-11-23releaser: Prepare repository for 0.140.0-DEVrelease-0.139.2hugoreleaser
[ci skip]
2024-11-23releaser: Bump versions for release of 0.139.2v0.139.2hugoreleaser
[ci skip]
2024-11-23modules: Skip empty lines in modules.txtBjørn Erik Pedersen
Closes #13084
2024-11-23releaser: Prepare repository for 0.140.0-DEVrelease-0.139.1hugoreleaser
[ci skip]
2024-11-23releaser: Bump versions for release of 0.139.1v0.139.1hugoreleaser
[ci skip]