hugo/tpl
Bjørn Erik Pedersen a3701e0931 Switch to go-toml v2
We have been using `go-toml` for language files only. This commit makes it the only TOML library.

It's spec compliant and very fast.

A benchark building a site with 200 pages with TOML front matter:

```bash
name                                  old time/op    new time/op    delta
SiteNew/Regular_TOML_front_matter-16    48.5ms ± 1%    47.1ms ± 1%  -2.85%  (p=0.029 n=4+4)

name                                  old alloc/op   new alloc/op   delta
SiteNew/Regular_TOML_front_matter-16    16.9MB ± 0%    16.7MB ± 0%  -1.56%  (p=0.029 n=4+4)

name                                  old allocs/op  new allocs/op  delta
SiteNew/Regular_TOML_front_matter-16      302k ± 0%      296k ± 0%  -2.20%  (p=0.029 n=4+4)
```

Note that the front matter unmarshaling is only a small part of building a site, so the above is very good.

Fixes #8801
2021-07-28 11:51:13 +02:00
..
cast Misc config loading fixes 2021-06-14 17:00:32 +02:00
collections Misc config loading fixes 2021-06-14 17:00:32 +02:00
compare all: Fix minor typos 2020-12-16 12:11:32 +01:00
crypto all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
data Misc config loading fixes 2021-06-14 17:00:32 +02:00
debug tpl: Add debug.Dump 2020-07-02 09:04:46 +02:00
encoding Misc config loading fixes 2021-06-14 17:00:32 +02:00
fmt docs: Regenerate docs helper 2021-06-08 18:52:38 +02:00
hugo Misc config loading fixes 2021-06-14 17:00:32 +02:00
images Misc config loading fixes 2021-06-14 17:00:32 +02:00
inflect Fix some humanize issues 2021-02-14 18:30:59 +01:00
internal tpl: Add temporary patch to fix template data race 2021-02-18 14:11:48 +01:00
js all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
lang all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
math Add math.Max and math.Min 2021-05-28 20:38:45 +02:00
openapi/openapi3 deps: Update getkin/kin-openapi v0.60.0 => v0.61. 2021-04-30 14:27:21 +02:00
os Misc config loading fixes 2021-06-14 17:00:32 +02:00
partials tpl: Fix metrics hint tracking 2021-01-08 20:01:11 +01:00
path Misc config loading fixes 2021-06-14 17:00:32 +02:00
reflect tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
resources Misc config loading fixes 2021-06-14 17:00:32 +02:00
safe all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
site Misc config loading fixes 2021-06-14 17:00:32 +02:00
strings Misc config loading fixes 2021-06-14 17:00:32 +02:00
templates all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
time Add timezone support for front matter dates without one 2021-07-27 19:02:48 +02:00
tplimpl hugofs: Make FileMeta a struct 2021-07-15 17:14:26 +02:00
transform Switch to go-toml v2 2021-07-28 11:51:13 +02:00
urls Misc config loading fixes 2021-06-14 17:00:32 +02:00
template.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
template_info.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
template_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00