1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-27 02:36:58 +00:00
hugo/tpl
Bjørn Erik Pedersen 708bc78770 Optimize the multilanguage build process
Work In Progress!

This commit makes a rework of the build and rebuild process to better suit a multi-site setup.

This also includes a complete overhaul of the site tests. Previous these were a messy mix that
were testing just small parts of the build chain, some of it testing code-paths not even used in
"real life". Now all tests that depends on a built site follows the same and real production code path.

See 
Closes 
Closes 
Closes 
2016-09-06 18:32:16 +03:00
..
reflect_helpers.go
template.go Optimize the multilanguage build process 2016-09-06 18:32:16 +03:00
template_embedded.go
template_funcs.go Add multilingual support in Hugo 2016-09-06 18:32:15 +03:00
template_funcs_test.go tpl: Add missing arg to Fatalf 2016-08-20 20:52:14 +01:00
template_i18n.go Add Translations and AllTranslations to Node 2016-09-06 18:32:16 +03:00
template_resources.go Use the Afero source fs where relevant 2016-07-30 15:37:03 +02:00
template_resources_test.go tpl: Do not write to cache when ignoring cache 2016-04-14 10:48:26 +02:00
template_test.go Add readFile template func 2016-03-31 21:24:18 +02:00