summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-09-04releaser: Add release notes to /docs for release of 0.88.1v0.88.1hugoreleaser
[ci skip]
2021-09-04releaser: Bump versions for release of 0.88.1hugoreleaser
[ci skip]
2021-09-04releaser: Add release notes for 0.88.1hugoreleaser
[ci skip]
2021-09-04Bump down again to Go 1.16.7 for the release buildsBjørn Erik Pedersen
Note that this commit has nothing to do with "Hugo not working with Go 1.17", but this is the simplest fix of some build related issues in Hugo 0.88.0. Updates #8952 Updates #8955
2021-09-02releaser: Prepare repository for 0.89.0-DEVhugoreleaser
[ci skip]
2021-09-02releaser: Add release notes to /docs for release of 0.88.0v0.88.0hugoreleaser
[ci skip]
2021-09-02releaser: Bump versions for release of 0.88.0hugoreleaser
[ci skip]
2021-09-02Release 0.88.0Bjørn Erik Pedersen
2021-09-02Update 0.88.0-relnotes.mdBjørn Erik Pedersen
[ci skip]
2021-09-02releaser: Add release notes for 0.88.0hugoreleaser
Rename to *-ready.md to continue. [ci skip]
2021-09-01Run go mod tidyBjørn Erik Pedersen
2021-09-01js: Fix import order for ./foo when both ./foo.js and ./foo/index.js existsBjørn Erik Pedersen
This is in line with how both Node and ESBuild's native import resolver does it. The ambiguous situations above were discovered trying to build AlpineJS v3. Note that the above was never an issue if you used `./foo.js` and similar to import the component. Fixes #8945
2021-08-31commands: Don't fail on template errors on go mod graph etc.Bjørn Erik Pedersen
Fixes #8942
2021-08-31build(deps): bump github.com/getkin/kin-openapi from 0.74.0 to 0.75.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.74.0 to 0.75.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.74.0...v0.75.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] <[email protected]>
2021-08-31build(deps): bump github.com/frankban/quicktest from 1.13.0 to 1.13.1dependabot[bot]
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/frankban/quicktest/releases) - [Commits](https://github.com/frankban/quicktest/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/frankban/quicktest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2021-08-31build(deps): bump github.com/evanw/esbuild from 0.12.22 to 0.12.24dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.12.22 to 0.12.24. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.12.22...v0.12.24) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2021-08-31Avoid failing with "module not found" for hugo mod init and similarBjørn Erik Pedersen
Fixes #8940
2021-08-31Update to Go 1.17Bjørn Erik Pedersen
Go 1.17 now lazy-loads dependencies when `go.mod` is version `go17`. This does not work for us for new projects started with `hugo mod init`. Before this commit, starting a project with Go 1.17 with `hugo mod init` and then start adding dependencies with transitive dependenies to `config.toml` would treat the transitive dependencies as new, and you would potentially get a too recent version of those. Note that this does not effect existing projects, where all dependencies are already recorded in `go.mod`. Fixes #8930
2021-08-25Remove Pygments from snapcraft.ymlAnthony Fok
Pygments support was removed in Hugo v0.60.0
2021-08-23Revert "build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0"Bjørn Erik Pedersen
This reverts commit f70165242b98e3ee182fbac08bf2893a7f09e961. Closes #8920
2021-08-23highlight: Add tabindex when code is not highlightedHelder Pereira
2021-08-22build(deps): bump github.com/evanw/esbuild from 0.12.17 to 0.12.22dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.12.17 to 0.12.22. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.12.17...v0.12.22) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2021-08-22Fix it so disableKinds etc. does not get merged in from themeBjørn Erik Pedersen
Unless the merge strategy is set up to do so. For `disableKinds` the current workaround is to make sure the project config has an entry, even if is empty: ``` disableKinds = [] ``` Note that this issue only touches root, non-map config-values that either is not set in project config or in Hugo's defaults. Fixes #8866
2021-08-22build(deps): bump golang.org/x/text from 0.3.6 to 0.3.7dependabot[bot]
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2021-08-22build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0dependabot[bot]
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.9 to 1.5.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.5.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
2021-08-22Prevent minifier from removing quoutes around post-processed attributesBjørn Erik Pedersen
Fixes #8884
2021-08-21Revert "commands: Avoid too many watch file handles causing the server to ↵Bjørn Erik Pedersen
fail to start" This reverts commit 3f38c785b7208440e2a9dd9a80cb39d4ae23e676.
2021-08-21highlight: Remove some pygments referencesHelder Pereira
2021-08-19commands: Avoid too many watch file handles causing the server to fail to startShiming Zhang
Fixes #8904
2021-08-17build(deps): bump github.com/getkin/kin-openapi from 0.68.0 to 0.74.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.68.0 to 0.74.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.68.0...v0.74.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] <[email protected]>
2021-08-16deps: Update github.com/spf13/cast v1.4.0 => v1.4.1Bjørn Erik Pedersen
Closes #8891
2021-08-14Import time/tzdata on WindowsBjørn Erik Pedersen
Updates #8892
2021-08-10releaser: Bump to Go 1.16.7Bjørn Erik Pedersen
2021-08-10Revert "tpl/time: Handle nil values in time.AsTime"Bjørn Erik Pedersen
This reverts commit 3e11072892ca31bb76980ee38890a4bd92d83dfd.
2021-08-09tpl/time: Handle nil values in time.AsTimeBjørn Erik Pedersen
Closes #8865
2021-08-04parser: Indent TOML tablesBjørn Erik Pedersen
Fixes #8850
2021-08-03Fix `lang.FormatPercent` descriptionSalim B
Successor PR for https://github.com/gohugoio/hugoDocs/pull/1504
2021-08-03releaser: Prepare repository for 0.88.0-DEVhugoreleaser
[ci skip]
2021-08-03releaser: Add release notes to /docs for release of 0.87.0v0.87.0hugoreleaser
[ci skip]
2021-08-03releaser: Bump versions for release of 0.87.0hugoreleaser
[ci skip]
2021-08-03Release 0.87Bjørn Erik Pedersen
2021-08-03Merge branch 'b087' into release-0.87.0Bjørn Erik Pedersen
2021-08-03Update 0.87.0-relnotes.mdBjørn Erik Pedersen
[ci skip]
2021-08-03Update 0.87.0-relnotes.mdBjørn Erik Pedersen
[ci skip]
2021-08-03docs: Adjust config docsBjørn Erik Pedersen
2021-08-03docs: Regen CLI docsBjørn Erik Pedersen
2021-08-03docs: Regen docs helperBjørn Erik Pedersen
2021-08-03Merge commit 'bd77f6e1c99e04a476f0b1bb4e44569134e02399' into release-0.87.0Bjørn Erik Pedersen
2021-08-03Squashed 'docs/' changes from 60a58d123..327003421Bjørn Erik Pedersen
327003421 Update index.md cafdccc13 Hugo 0.86.1 467a89a02 Merge branch 'v0861' a22c37bc9 Merge branch 'release-0.86.1' 276da91a8 releaser: Add release notes to /docs for release of 0.86.1 198cdf8f0 tpl/lang: Add new localized versions of lang.FormatNumber etc. 93f986ecc Add timezone support for front matter dates without one b30b876bb Localize time.Format 950fdab90 Fix AddDate documentation 78d7b52b6 Document config.cascade fd1e1e4b7 Fix grammar and spelling (#1497) 05bf3aa32 Fix grammar / typos in news 32060a3b4 One more try f6e24ddfa PNG to JPG for the rel notes image 9ec5bdfad Update index.md 5f5d7f69d Release Hugo 0.86.0 2dd60bb71 releaser: Add release notes to /docs for release of 0.86.0 6445fb36c Merge commit '53a352795a69a9d4a373f50ec62138595948c6ea' cb57ca73a Simplify "active menu" logic for section menus git-subtree-dir: docs git-subtree-split: 327003421d8c07f9764aaaf644626805287fd30c
2021-08-03docs: Adjust time zone docsBjørn Erik Pedersen