Bjørn Erik Pedersen
80e973ea5c
Remove test with deprecated path usage
...
This now creates a warning and flaky CI tests.
2025-08-20 11:36:10 +02:00
Bjørn Erik Pedersen
6a4a3ab8f8
Remove WARN with false negatives
...
Fixes #13806
2025-06-22 16:55:43 +02:00
Bjørn Erik Pedersen
4ef5720141
hugolib: Remove test for deprecated future
2025-06-13 12:17:06 +02:00
Bjørn Erik Pedersen
32eb1a8ad4
all: Replace _build with build in tests
...
_build is deprecated and now shows up as warning.
2025-06-02 16:35:37 +02:00
Bjørn Erik Pedersen
a66480f70c
Handle build vs _build in front matter
...
* Throw a detailed error message in the mentioned case
* Also fixed a dropped error
Fixes #11970
2024-02-03 15:07:59 +01:00
Bjørn Erik Pedersen
afee781f03
Emit a warning that can be turned off when overwriting built-in .Params values
...
Fixes #11941
2024-01-30 20:12:03 +01:00
Bjørn Erik Pedersen
f31a6db797
Add path, kind and lang to content front matter
...
Note that none of these can be set via cascade (you will get an error)
Fixes #11544
2024-01-30 20:12:03 +01:00
Bjørn Erik Pedersen
6dedb4efc7
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
2024-01-28 21:38:40 +01:00