hugo/helpers
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 #2309
Closes #2211
Closes #477
Closes #1744
2016-09-06 18:32:16 +03:00
..
content.go
content_renderer.go
content_renderer_test.go
content_test.go
emoji.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
emoji_test.go helpers: Fix bug in emoji renderer 2016-08-30 00:34:48 +02:00
general.go
general_test.go
hugo.go
hugo_test.go
path.go Add multilingual support in Hugo 2016-09-06 18:32:15 +03:00
path_test.go
pygments.go
pygments_test.go
url.go Optimize the multilanguage build process 2016-09-06 18:32:16 +03:00
url_test.go