hugo/hugolib
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
..
doctree
filesystems
pagesfromdata
paths
segments
testdata
testsite
404_test.go
alias.go
alias_test.go
breaking_changes_test.go
cascade_test.go
codeowners.go
collections.go
collections_test.go
config.go
config_test.go
configdir_test.go
content_factory.go
content_factory_test.go
content_map.go
content_map_page.go
content_map_test.go
content_render_hooks_test.go
datafiles_test.go
dates_test.go
disableKinds_test.go
embedded_shortcodes_test.go
embedded_templates_test.go
fileInfo.go
fileInfo_test.go
frontmatter_test.go
gitinfo.go
hugo_modules_test.go
hugo_sites.go
hugo_sites_build.go
hugo_sites_build_errors_test.go
hugo_sites_build_test.go
hugo_sites_multihost_test.go
hugo_sites_test.go
hugo_smoke_test.go
hugolib_integration_test.go
image_test.go
integrationtest_builder.go
language_content_dir_test.go
language_test.go Fix deprecation errors 2024-08-05 19:23:53 +02:00
menu_test.go
minify_publisher_test.go
mount_filters_test.go
page.go
page__common.go
page__content.go
page__data.go
page__fragments_test.go
page__menus.go
page__meta.go
page__meta_test.go
page__new.go
page__output.go
page__paginator.go
page__paths.go resources/page: Expand parmalinks tokens in url 2024-08-01 12:14:29 +02:00
page__per_output.go markup: Add blockquote render hooks 2024-08-07 18:28:23 +02:00
page__position.go
page__ref.go
page__tree.go
page_kinds.go
page_permalink_test.go resources/page: Expand parmalinks tokens in url 2024-08-01 12:14:29 +02:00
page_test.go
page_unwrap.go
page_unwrap_test.go
pagebundler_test.go
pagecollections.go
pagecollections_test.go
pages_capture.go
pages_language_merge_test.go
pages_test.go
paginator_test.go
params_test.go
permalinker.go
prune_resources.go
rebuild_test.go
rendershortcodes_test.go
renderstring_test.go
resource_chain_test.go
robotstxt_test.go
rss_test.go
securitypolicies_test.go
shortcode.go
shortcode_page.go
shortcode_test.go
site.go markup: Add blockquote render hooks 2024-08-07 18:28:23 +02:00
site_benchmark_new_test.go
site_new.go Add build time math rendering 2024-08-09 17:18:37 +02:00
site_output.go
site_output_test.go
site_render.go
site_sections.go
site_sections_test.go
site_stats_test.go
site_test.go
site_url_test.go
siteJSONEncode_test.go
sitemap_test.go
taxonomy_test.go
template_test.go
testhelpers_test.go