summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-16all: Fix minor typosPhil Davis
2020-12-09Fix BenchmarkMergeByLanguageBjørn Erik Pedersen
Fixes #7914
2020-12-04deps: Bump github.com/spf13/cobra from 0.15.0 to 0.20.0Anthony Fok
The substring match in TestExecute deploy test is adjusted accordingly.
2020-12-04chore: configure proper link to discourse.gohugo.io (#8020)Patrick Kollitsch
* chore: configure proper link to discourse.gohugo.io This adds a configuration file to the issue templates for this repo. In this config file, an issue template is added that will look like the existing issue templates, but on click will lead directly to the discourse forum instead of hoping that people read what it says there. The support.md can be deleted. * chore: remove obsolete support.md configuration * chore: remove obsolete autoclosing workflow
2020-12-03tpl/internal/go_templates: Revert formattingBjørn Erik Pedersen
Should make future fork synch easier.
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-12-02build(deps): bump github.com/evanw/esbuild from 0.8.15 to 0.8.17dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.8.15 to 0.8.17. - [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.8.15...v0.8.17) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-02tpl: Add title parameter to YouTube shortcodeAndrew Zenk
2020-12-02Use --baseURL path for live-reload URLsth
Fixes #6595
2020-12-02Fix RelURL and AbsURL when path starts with languageivan-meridianbanc-com
2020-12-02build(deps): bump github.com/getkin/kin-openapi from 0.31.0 to 0.32.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.31.0...v0.32.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-12-01tpl: Fix substr when length parameter is zeroCameron Moore
When length parameter is zero, always return an empty string. Updates #7993
2020-11-28tpl: Refactor and fix substr logicCameron Moore
Fix miscalculations when start is negative. Results should now match PHP substr. Fixes #7993
2020-11-27releaser: Prepare repository for 0.80.0-DEVhugoreleaser
[ci skip]
2020-11-27releaser: Add release notes to /docs for release of 0.79.0v0.79.0hugoreleaser
[ci skip]
2020-11-27releaser: Bump versions for release of 0.79.0hugoreleaser
[ci skip]
2020-11-27Update 0.79.0-relnotes.mdBjørn Erik Pedersen
2020-11-27releaser: Add release notes for 0.79.0hugoreleaser
Rename to *-ready.md to continue. [ci skip]
2020-11-27Merge commit '9f1265fde4b9ef186148337c99f08601633b6056'Bjørn Erik Pedersen
2020-11-27Squashed 'docs/' changes from 57c1d1a67..1de7a358cBjørn Erik Pedersen
1de7a358c Clarify that "with" blocks do not render with empty values (#1287) b48de8b0a Update js.md e0124e4b1 Update js.md 087b39d74 Update hosting-on-render.md (#1286) 8f02b5412 Update js.md (#1284) 8dd8a8d1d Add link to "Build Websites with Hugo" book (#1174) ae2dc138a Fix typo in page bundles (#1283) ab14bfec3 Update configuration directory section 17da77ff1 Update multilingual.md (#1280) 5bce8db3a Fix for site-hierarchy image, issue #60 9d7a2366d Fix typo ad4210c41 Fix typo c88bc0383 Fix orphan branch url (#1262) 1cf6cf5b3 Hugo 0.78.2 538c3cb86 Merge branch 'tempv0.78.2' e5e07fc81 releaser: Add release notes to /docs for release of 0.78.2 120a61a47 Fixed wrong var assignment example 4cebbb1a7 Ignore remote JSON errors (for now) 618fcf9ba Add a link to modules config option 'replacements' e12722779 Fix typo ("wil" -> "will") (#1273) 0670e9894 Update js.md 5bde834cf Update GH docs to say "main" as default branch 26312f93d Update index.md eb6f51df1 Update js.md b890dc84d Merge branch 'tempv0.78.1' 6b73ea450 releaser: Add release notes to /docs for release of 0.78.1 46e582112 Update starter-kits.md (#1268) a62786235 Update 404 docs: GitLab auto-detects 404.html (#1173) cbd4fd2d9 Fix typo (#1271) 2ba3f9386 Update js.md 7b5109d90 Update js.md bc75bc962 Release 0.78.0 0b2e8b0f1 releaser: Add release notes to /docs for release of 0.78.0 9ecba8480 Merge commit 'b74591123eac47a20d1f26ff3e2d291cd9c5cfc0' 60a475df7 js: Add avoidTDZ option 3b895261f Make js.Build fully support modules git-subtree-dir: docs git-subtree-split: 1de7a358cac94ac09a513456bdaae65e6ae94859
2020-11-27publisher: Fix memory usage in writeStatsBjørn Erik Pedersen
``` name old time/op new time/op delta ClassCollectorWriter-16 72.1µs ± 0% 32.3µs ± 0% -55.17% (p=0.029 n=4+4) name old alloc/op new alloc/op delta ClassCollectorWriter-16 85.9kB ± 0% 35.1kB ± 0% -59.16% (p=0.029 n=4+4) name old allocs/op new allocs/op delta ClassCollectorWriter-16 329 ± 0% 149 ± 0% -54.71% (p=0.029 n=4+4) ``` Fixes #7945
2020-11-26build(deps): bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0dependabot[bot]
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-26Fix server rebuild issue with partials referenced from render hooksBjørn Erik Pedersen
Fixes #7990
2020-11-25Allow setting the delimiter used for setting config via OS env, e.g. HUGO_Bjørn Erik Pedersen
Fixes #7829
2020-11-25deps: Update to github.com/evanw/esbuild 0.8.11 to 0.8.14Bjørn Erik Pedersen
Closes #7986
2020-11-25output: Add more layout lookup testsCameron Moore
Add more tests to cover more cases and to help with documentation and discussion of template lookup order. Updates #7964
2020-11-24build(deps): bump github.com/google/go-cmp from 0.5.2 to 0.5.3dependabot[bot]
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.3) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24examples: Remove unneeded meta tag from blog exampleChristian Oliff
```html <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> ``` This was only needed for IE10 and lower (which are no longer supported) and chromeframe which was a Google plugin for IE8 and lower and was discontinued many years ago. So this meta tag can be safely removed.
2020-11-24build(deps): bump github.com/getkin/kin-openapi from 0.30.0 to 0.31.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.30.0...v0.31.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-24docs: Regen docshelperBjørn Erik Pedersen
2020-11-22Add menu paramsDavid Jones
Fixes #7951
2020-11-21resources: Preserve url set in frontmatter without sanitizingSatowTakeshi
related #6007 (already closed)
2020-11-21watcher: Add file deleted by accidentBjørn Erik Pedersen
See #7972
2020-11-21Revert "docs: Regenerate docshelper"Bjørn Erik Pedersen
This reverts commit caf16c20853947138883f6460682e19733895f52. Closes #7972
2020-11-20docs: Regenerate docshelperBjørn Erik Pedersen
2020-11-20deps: Update to Chroma v0.8.2Bjørn Erik Pedersen
Closes #7970
2020-11-19build(deps): bump github.com/evanw/esbuild from 0.8.8 to 0.8.11dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.8.8 to 0.8.11. - [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.8.8...v0.8.11) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16build(deps): bump github.com/getkin/kin-openapi from 0.26.0 to 0.30.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.26.0 to 0.30.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.26.0...v0.30.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16build(deps): bump github.com/evanw/esbuild from 0.8.6 to 0.8.8dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.8.6 to 0.8.8. - [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.8.6...v0.8.8) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-13releaser: Prepare repository for 0.79.0-DEVhugoreleaser
[ci skip]
2020-11-13releaser: Add release notes to /docs for release of 0.78.2v0.78.2hugoreleaser
[ci skip]
2020-11-13releaser: Bump versions for release of 0.78.2hugoreleaser
[ci skip]
2020-11-13releaser: Add release notes for 0.78.2hugoreleaser
[ci skip]
2020-11-13js: Let ESBuild handle all imports from node_modulesBjørn Erik Pedersen
This commit fixes some issues where modules in /assets share the same name as in node_modules. This was not intended, and with this commit the node_modules-components should be isolated. If you want to redefine something inside node_modules, use the `defines` option. Fixes #7948
2020-11-12build(deps): bump github.com/evanw/esbuild from 0.8.5 to 0.8.6dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.8.5 to 0.8.6. - [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.8.5...v0.8.6) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-11build(deps): bump github.com/evanw/esbuild from 0.8.4 to 0.8.5dependabot[bot]
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.8.4 to 0.8.5. - [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.8.4...v0.8.5) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-08build(deps): bump github.com/getkin/kin-openapi from 0.22.1 to 0.26.0dependabot[bot]
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.22.1 to 0.26.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.22.1...v0.26.0) Signed-off-by: dependabot[bot] <support@github.com>
2020-11-06Update GH docs to say "main" as default branchMackenzie Morgan
2020-11-06Updated year in headerAdamKorcz
2020-11-06Added first fuzzerAdamKorcz