summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Fix it so the owning taxonomy gets rerendered in server when new tags are addedHEADmasterBjørn Erik Pedersen31 hours
| | | | Updates #13648
* commands/server: Display correct multihost language in consoleJoe Mooring33 hours
| | | | Fixes #12564
* hugolib: Use new build key in content placeholderJoe Mooring3 days
| | | | Fixes #13655
* releaser: Prepare repository for 0.148.0-DEVrelease-0.147.0hugoreleaser4 days
| | | | [ci skip]
* releaser: Bump versions for release of 0.147.0v0.147.0stablehugoreleaser4 days
| | | | [ci skip]
* tpl: Fix it so we always prefer internal codeblock rendering over ↵Bjørn Erik Pedersen5 days
| | | | | | render-codeblock-foo.html and similar Fixes #13651
* tpl/tplimpl: Fix allowFullScreen option in Vimeo and YouTube shortcodesJoe Mooring5 days
| | | Closes #13650
* create/skeletons: Adjust template names in theme skeletonJoe Mooring5 days
|
* tpl: Remove some unreached code branchesBjørn Erik Pedersen6 days
|
* images: Add some test cases for aligny on images.TextBjørn Erik Pedersen6 days
| | | | See #13414
* images: Add option for vertical alignment to images.TextPranshu Gaba6 days
| | | | | | | | | | | | | | | | | | | | Add option ``aligny`` to specify the vertical alignment of the text with respect to the ``y`` offset from the top of the image. Possible values of ``aligny`` are ``top`` (default), ``center``, and ``bottom``. The height of the block of text is measured from the top of the first line to the baseline of the last line. - ``top``: (Current behaviour) The top of the first line of the block of text is at an offset of ``y`` from the top of the image. - ``center``: The vertical center of the block of text is at an offset of ``y`` from the top of the image. - ``bottom``: The baseline of the last line of the text is at an offset of ``y`` from the top of the image. Resolves #13414
* config: Fix _merge issue when key doesn't exist on the left sideBjørn Erik Pedersen6 days
| | | | | Fixes #13643 Fixes #13646
* Merge commit 'b3d87dd0fd746f07f9afa6e6a2969aea41da6a38'Bjørn Erik Pedersen6 days
|\
| * Squashed 'docs/' changes from dc7a9ae12..b654fcba0Bjørn Erik Pedersen6 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b654fcba0 content: Fix links d44357418 content: Update GitLab Pages workflow example 33968c7e2 content: Update Netlify configuration file a6d0c8c50 content: Update GitHub Pages workflow example d1aabfa36 content: Fix broken link 7b50139a6 content: Miscellaneous edits a30e2c189 Menus: add forgotten link target 5c2aa88b4 content: Updates for v0.146.7 114413c18 netlify: Hugo 0.146.7 67e9261b1 netlify: Hugo 0.146.6 efa040229 content: Update templates/embedded.md b8f888c76 theme: Rename internal templates from partials/ to _partials/ 727178cbb content: Fix broken anchor links 0f12708f1 Fix typo 380b1c163 Update Current.md 8b500f3e5 netlify: Hugo 0.146.5 e3d6b6fad netlify: Hugo 0.146.4 ac1b92713 content: Fix text formatting in templates/partial.md 719329530 content: Clarify usage of template function a95eca524 theme: Misc adjustments for the themes site 8e6c26067 Add package.hugo.json 9691007fb netlify: Hugo 0.146.3 ec08acc59 netlify: Hugo 0.146.2 8f320a0b6 netlify: Hugo 0.146.1 d5e6cb618 content: Remove expired new-in badges b5779d7fc content: Update templates.Current function 5df1229d5 theme: Move templates to new structure a7a6a614d theme: Remove accidentally added template 195b368e8 content: Miscellaneous updates related to v0.146.0 0a906ad49 netlify: Hugo 0.146.0 git-subtree-dir: docs git-subtree-split: b654fcba0d4385da1e47179ef3763f277f044242
* | all: Fix typosChristian Oliff6 days
| |
* | build(deps): bump github.com/evanw/esbuild from 0.25.2 to 0.25.3dependabot[bot]6 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.25.2 to 0.25.3. - [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.25.2...v0.25.3) --- updated-dependencies: - dependency-name: github.com/evanw/esbuild dependency-version: 0.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | build(deps): bump github.com/alecthomas/chroma/v2 from 2.16.0 to 2.17.0dependabot[bot]6 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.16.0 to 2.17.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.16.0...v2.17.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.7hugoreleaser7 days
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.7v0.146.7hugoreleaser7 days
| | | | | | | | [ci skip]
* | Revert the breaking change from 0.146.0 with dots in content filenamesBjørn Erik Pedersen7 days
| | | | | | | | Closes #13632
* | tpl: Fix indeterminate template lookup with templates with and without langBjørn Erik Pedersen7 days
| | | | | | | | Close #13636
* | parser/metadecoders: Add CSV targetType (map or slice) option to ↵Joe Mooring8 days
| | | | | | | | | | transform.Unmarshal Closes #8859
* | build(deps): bump github.com/yuin/goldmark-emoji from 1.0.5 to 1.0.6dependabot[bot]9 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/yuin/goldmark-emoji](https://github.com/yuin/goldmark-emoji) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/yuin/goldmark-emoji/releases) - [Commits](https://github.com/yuin/goldmark-emoji/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark-emoji dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | build(deps): bump github.com/bep/imagemeta from 0.11.0 to 0.12.0dependabot[bot]9 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/bep/imagemeta](https://github.com/bep/imagemeta) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/bep/imagemeta/releases) - [Commits](https://github.com/bep/imagemeta/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: github.com/bep/imagemeta dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | tpl/collections: Fix where ... not in with empty sliceBjørn Erik Pedersen9 days
| | | | | | | | Fixes #13621
* | tpl: Fix layout fall back logic when layout is set in front matter but not foundBjørn Erik Pedersen9 days
| | | | | | | | Fixes #13630
* | tpl: Detect and fail on infinite template recursionBjørn Erik Pedersen9 days
| | | | | | | | Fixes #13627
* | build(deps): bump github.com/yuin/goldmark from 1.7.9 to 1.7.10dependabot[bot]9 days
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.9 to 1.7.10. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.7.9...v1.7.10) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-version: 1.7.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.6hugoreleaser10 days
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.6v0.146.6hugoreleaser10 days
| | | | | | | | [ci skip]
* | tpl: Fix when layout specified in front matter and no match is foundBjørn Erik Pedersen10 days
| | | | | | | | Fixes #13628
* | Update watchtestscripts.shbroughtupsy14 days
| |
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.5hugoreleaser2025-04-15
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.5v0.146.5hugoreleaser2025-04-15
| | | | | | | | [ci skip]
* | build(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.9dependabot[bot]2025-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.8 to 1.7.9. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.7.8...v1.7.9) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-version: 1.7.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | tpl: Fix language handling in partialsBjørn Erik Pedersen2025-04-15
| | | | | | | | | | | | We now use the same code path for all templates re this. Fixes #13612
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.4hugoreleaser2025-04-14
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.4v0.146.4hugoreleaser2025-04-14
| | | | | | | | [ci skip]
* | tpl: Fix issue with partials without suffixBjørn Erik Pedersen2025-04-14
| | | | | | | | Fixes #13601
* | tpl: Avoid panic on nonsensical return constructBjørn Erik Pedersen2025-04-14
| | | | | | | | Fixes #13600
* | tpl: Fix the case for a shortcode in a nested folder onlyBjørn Erik Pedersen2025-04-14
| | | | | | | | Fixes #13605
* | tpl: Add proper file context to template parse errorsBjørn Erik Pedersen2025-04-14
| | | | | | | | Fixes #13604
* | tpl: Make {{ template "partials/foo.html" . }} work in older setupsBjørn Erik Pedersen2025-04-14
| | | | | | | | Fixes #13599
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.3hugoreleaser2025-04-12
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.3v0.146.3hugoreleaser2025-04-12
| | | | | | | | [ci skip]
* | tpl: Make any layout set in front matter higher priorityBjørn Erik Pedersen2025-04-12
| | | | | | | | Fixes #13541
* | tpl: Fix it so embedded render-codeblock-goat is used even if custom ↵Bjørn Erik Pedersen2025-04-12
| | | | | | | | | | | | render-codeblock exists Fixes #13595
* | releaser: Prepare repository for 0.147.0-DEVrelease-0.146.2hugoreleaser2025-04-11
| | | | | | | | [ci skip]
* | releaser: Bump versions for release of 0.146.2v0.146.2hugoreleaser2025-04-11
| | | | | | | | [ci skip]
* | tpl: Fix codeblock hook resolve issueBjørn Erik Pedersen2025-04-11
| | | | | | | | Fixes #13593