hugo:feat/defaulthooks-11933

Last commit made on 2024-01-30
Get this branch:
git clone -b feat/defaulthooks-11933 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
feat/defaulthooks-11933
Repository:
lp:hugo

Recent commits

252d0cf... by Bjørn Erik Pedersen

Create default link and image render hooks

Fixes #11933

ec22bb3... by Lars Lehtonen

hugofs/glob: Fix dropped test error

a795acb... by Bjørn Erik Pedersen

all: Run gofumpt -l -w .

982d951... by Bjørn Erik Pedersen

testing: Simplify some integration tests

6dedb4e... by Bjørn Erik Pedersen

Add the [params] concept to front matter

This is deliberately very simple, but should not break anything. We need to introduce this in baby steps, but this should allow us to introduce this in the documentation.

Note that the `params` section's key/values will be added to `.Params` last. This means that you can have different values for "Hugo's summary" and the custom ".Params.summary" if you want to.

Updates #11055

292626e... by Bjørn Erik Pedersen

tpl/data: Deprecate data.GetJSON and data.GetCSV

60d954c... by razonyang <email address hidden>

modules: Print required Hugo version for incompatible modules

63e0a92... by Bjørn Erik Pedersen

hugolib: Remove unused test image

ce7daa6... by Kandula Naveen <email address hidden>

navigation: Improve menu cache

2a03294... by Bjørn Erik Pedersen

testing: Rename integration_test.go to PACKAGE_integration_test.go

Primary motivation making them easier to find in the code editor.