hugo/cache/filecache
Bjørn Erik Pedersen 33c0938cd5 Add build time math rendering
While very useful on its own (and combined with the passthrough render hooks), this also serves as a proof of concept of using WASI (WebAssembly System Interface) modules in Hugo.

This will be marked _experimental_ in the documentation. Not because it will be removed or changed in a dramatic way, but we need to think a little more how to best set up/configure similar services, define where these WASM files gets stored, maybe we can allow user provided WASM files plugins via Hugo Modules mounts etc.

See these issues for more context:

* https://github.com/gohugoio/hugo/issues/12736
* https://github.com/gohugoio/hugo/issues/12737

See #11927
2024-08-09 17:18:37 +02:00
..
filecache.go Add a HTTP cache for remote resources. 2024-06-04 16:07:39 +02:00
filecache_config.go Add build time math rendering 2024-08-09 17:18:37 +02:00
filecache_config_test.go Add build time math rendering 2024-08-09 17:18:37 +02:00
filecache_integration_test.go testing: Rename integration_test.go to PACKAGE_integration_test.go 2024-01-28 11:41:59 +01:00
filecache_pruner.go all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
filecache_pruner_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
filecache_test.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00